View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kenny kenny is offline
external usenet poster
 
Posts: 90
Default Help - Create Context Menu for Text Boxes

One one sheet in my workbook I have multiple active x textboxes. I need to
create a context menu to Copy from clipboard and paste selected text. I do
not have room for buttons. So I will use mousedown event on each box to
activate the code and pass along which text box I clicked - please help me I
have no idea how either to make the built in context menu work or write my
own. Thanks!