Alex has attended:
Project Intro Intermediate course
Excel Advanced course
Excel VBA Intro Intermediate course
Macros - Enabling them to work across multiple workbooks
I seem to remember from my course something about Macros being allowed to work across different workbooks? Is there a way of enabling this?
RE: Macros - Enabling them to work across multiple workbooks
Hi Alex
I believe the peice of VBA code that you are looking for, to include in your macro is:
Workbooks("YourWorkbook").activate
where you place the name of your workbook in the above statement where is says yourworkbook.
If this does not solve your problem get back to me
Hope this helps
David