I have names of sheets and paths in my macro but I'd like to use the active workbook cell reference instead so users can change it to their path without going into the code...
This would be in sheet1 cell I7
and then later on in the code it says
and this would be in sheet1 cell i9
Thanks for your help!
Code:
path = "C:\Documents and Settings\M08040\My Documents\Test1"
and then later on in the code it says
Code:
Windows("MRCollection.xls").Activate
Thanks for your help!