I have a master workbook in which I have written a loop to open 4
other workbooks in turn to run their workbook activate code and then
close them down and open the next one....
When I open the workbooks manually the VBA code in workbook activate
works fine. When I open the workbooks from the VBA code within the
master workbook the workbook opens without a problem but
Sheets("Main").Range("O1").Select has no effect so all the subsequest
processing works on the wrong cell range.
Any ideas what the problem is?