View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default UserForm - Right-click a Textbox and Paste

In a UserForm TextBox, is there a way to allow right-clicking? For example,
I'd like to be able to right-click inside of a textbox and get the menu
option to Paste. I know I can use Ctrl+v, but I'd like to know if it can be
done completely from the mouse.

Thanks,
Paul

--