View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matthew Matthew is offline
external usenet poster
 
Posts: 47
Default Context menu on userform

I have a userform with a load of text boxes for entering and editing data. I
want the ability to right click on a textbox in the form and choose cut, copy
or paste. When I right click on a textbox at the moment I get no menu at
all. CTRL X,C and V work but I want the right click enabled.

Is this possible?

TIA