OK here is what I am trying to do
I have a workbook (lets call it A) which has a fixed name and stores the VBA codes.
The macro in A creates a workbook (B) which is saved under a name which varies.
Another macro in A does some processing on B. Ideally, I need a VBA subroutine to switch from A to B and vice versa to ensure macros are performed on the right workbook
Thanks in advance for any help.
I have a workbook (lets call it A) which has a fixed name and stores the VBA codes.
The macro in A creates a workbook (B) which is saved under a name which varies.
Another macro in A does some processing on B. Ideally, I need a VBA subroutine to switch from A to B and vice versa to ensure macros are performed on the right workbook
Thanks in advance for any help.