Retrieving Menu Name using VBA

Retrieving Menu Name using VBA

Anonymous
Not applicable
335 Views
1 Reply
Message 1 of 2

Retrieving Menu Name using VBA

Anonymous
Not applicable
I have created a custom cascading menu programmatically using VBA in AutoCAD Map 2008. When user clicks on any of the menu items, I would like to capture that particular menu name and do something further through VBA code.

Any suggestions on how to accomplish this? Is this possible in VBA or VB.NET?

Thanks for your help in advance.
0 Likes
336 Views
1 Reply
Reply (1)
Message 2 of 2

rdswords
Advocate
Advocate
Maybe assign a command macro to each item that calls a particular module within your function?
0 Likes