Datasheet drop down

  • Thread starter Thread starter Charles
  • Start date Start date
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
 
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.
 
Back
Top