ben_sorensen
New Member
- Joined
- Jun 11, 2015
- Messages
- 44
I have written a code that looks for specific data in a different workbook, but the issue that I am having now is that it won't look through other open instances of excel, which is driving me crazy! If anybody has any insights in how to make excel look into ALL open instances of excel I would really appreciate the help.
Here is my code on searching for the workbook:
Workbooks(Trim(Sheets("General Manager Report").Range("C6").Value)).Sheets("Demand Planning").Range("A1:DZ250").Copy
I am desperate, every time I look something up and try and add it into the it pops an error.
Thanks for looking!
Best
Here is my code on searching for the workbook:
Workbooks(Trim(Sheets("General Manager Report").Range("C6").Value)).Sheets("Demand Planning").Range("A1:DZ250").Copy
I am desperate, every time I look something up and try and add it into the it pops an error.
Thanks for looking!
Best