Commandbutton to Workbook Open
Richard,
Can you not put your "Inputagain" code in a general module,
which can be called from Workbook_Open and hence also from your CommandButton?
HTH
"Richard" wrote:
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
|