G
Guest
This question really relates to something I want to do in PowerPoint, but I'm
guessing that the same type of thing would apply in Excel as well.
I'd like to identify four workbooks to open programmatically. I'd like to
assign them to oWB1, oWB2, oWB3 and oWB4 as they are opened. Can I refer to
them like this
for i = 1 to 4
'do things with workbook owb & i
next i
Really what I'm doing is opening presentations and identifying them in a
similar way. The presentations are physically located on a server that takes
a while to access, so I don't want to open and close them repeatedly.
Thanks
guessing that the same type of thing would apply in Excel as well.
I'd like to identify four workbooks to open programmatically. I'd like to
assign them to oWB1, oWB2, oWB3 and oWB4 as they are opened. Can I refer to
them like this
for i = 1 to 4
'do things with workbook owb & i
next i
Really what I'm doing is opening presentations and identifying them in a
similar way. The presentations are physically located on a server that takes
a while to access, so I don't want to open and close them repeatedly.
Thanks