Datasheet drop down

C

Charles

I have a datasheet that I want to be able to right mouse click a row and
have a dropdown menu from which I can select a certain action to occur.

I can capture the right mouse click but how do you do a Dropdown menu?

Any hel is apprciated

CL
 
R

Rick Brandt

Charles said:
I have a datasheet that I want to be able to right mouse click a row and
have a dropdown menu from which I can select a certain action to occur.

I can capture the right mouse click but how do you do a Dropdown menu?

CommandBars![NameOfShortcutMenu].ShowPopUp

You will of course have to first build a Shortcut menu with the action items on it
that you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top