views:

244

answers:

1

I want to allow users to be able to paste values into TextBoxes in a userForm in VBA. You can use Ctrl-v just fine, but not everyone knows how to do that.

How do I enable copy and pasting using a right-click menu?

+1  A: 

This may be of interest: http://word.mvps.org/faqs/userforms/AddRightClickMenu.htm

Remou