Assigning Macro in another workbook
Hey
The below part of my code assigns the macro "ImportData"
to my menu item that I have created. I would like for it
to assign that macro "ImportData" but the macro is loacted
in Workbook ImportData. What is the code to make it
assign this macro from that workbook?
ctrlButton.OnAction = "ImportData"
Thank you
Todd Htutenstine
|