Forum Discussion
Abramova
14 years agoStaff
Hi,
If you know the menu item's index, you can obtain a reference to the item and then use the MenuItem.Caption property to return the menu item's caption.
For example:
...
Set Item = PopupMenu.Items(3)
ItemCaption = Item.Caption
Call PopupMenu.Click(ItemCaption)
.....
Related Content
- 12 years ago
- 3 years ago
- 7 years ago
- 9 years ago
Recent Discussions
- 3 hours ago