RicksAtWork
Programmer
I have a workbook (W1) that has a bunch of methods.
The same workbook creates a new workbook (W2).
In a macro on W1 I want to execute another macro held on W1 but this must operate upon W2 ie.e
Windows("W2").Activate
W1Macro(WorkSheet(worksheetinW2))
But this doesnt work!
The same workbook creates a new workbook (W2).
In a macro on W1 I want to execute another macro held on W1 but this must operate upon W2 ie.e
Windows("W2").Activate
W1Macro(WorkSheet(worksheetinW2))
But this doesnt work!