I have added a text box to my userform, however, the Context Menu doesn't appear when I right click on it :confused:
I want to be able to right click and paste the clipboard contents into the text box.
Printable View
I have added a text box to my userform, however, the Context Menu doesn't appear when I right click on it :confused:
I want to be able to right click and paste the clipboard contents into the text box.
You wont get the context menu popup in the userform but the copy/paste keypress sequence is still functional.
I never really noticed that before because I dont use UserForms, I guess. I suppose you could add a CommandBarPopup button with
child CommandBarButtons to replicate the CM.
Good idea.
I haven't used CommandBarPopup before so I went to the MVPS site for this solution
http://word.mvps.org/faqs/userforms/...tClickMenu.htm
It s the compatible VB6 was so to speak but look like it should work perfectly for you.
I would still want to try the office commandbars popup method but no time to do R&D for a while.
:thumb: