P0lar
Member
Hi, Hope someone can help, I have a program which can output daily reports to excel format, and I'm trying to automatically collate a weekly view from the 7 open files. I was hoping to use:
For Each wb in Workbooks
...do the collating stuff...
Next wb
But the excel workbooks opened by the program don't appear in the workbooks collection of the workbook I have the VB code in. I suspect they are each in a seperate instance of excel as if I copy and paste formulas between them, I get just hte formual results as values. Is there any way I can get at them to process?
Thanks for the help!
For Each wb in Workbooks
...do the collating stuff...
Next wb
But the excel workbooks opened by the program don't appear in the workbooks collection of the workbook I have the VB code in. I suspect they are each in a seperate instance of excel as if I copy and paste formulas between them, I get just hte formual results as values. Is there any way I can get at them to process?
Thanks for the help!