View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Richard is offline
external usenet poster
 
Posts: 709
Default Commandbutton to Workbook Open

How would you send code from the CommandButton2 located on a Userform to code
located on Workbook open(). Example:
If Commandbutton2 is "clicked" then GoTo Workbook Open() Inputagain:
I've tried GoTo Inputagain from the CommandButton2 but that doesn't work,
Variable not Defined! Any suggestions. Thanks in Advance