create right click menu

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi any one know how to create right click menu in vba like if i right click
on text box then it show me a menu with some command thanks
 
Check help on hoe to create ShortCutMenuBar, and then in the form you need to
specify in the ShortCutMenuBar properties the name of the menu bar.

To get the right help on the subject, locate the cursor on the
ShortCutMenuBar property of the text field in the form, and press F11.
 

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

Back
Top