I want to execute a macro called "Main" held in second workbook from macro in current workbook
current workbook snippet is as follows:
Dim second_wb As Workbook
Set second_wb = ActiveWorkbook
Application.Run (second_wb!Main)
Above line fails, I think I have the syntax wrong, any ideas please, thanks in advance.
current workbook snippet is as follows:
Dim second_wb As Workbook
Set second_wb = ActiveWorkbook
Application.Run (second_wb!Main)
Above line fails, I think I have the syntax wrong, any ideas please, thanks in advance.