Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have 7 workbooks open at the same time. I use the master workbook to copy one of each of the master worksheets into each of the other open workbooks. How do I retrieve the index and not the name of each workbook? i.e. workbook(2) and not workbook("test.xls"). Thanks for your help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If it helps, the indices will be in the order in which the workbooks are opened. regards, Don "Dale" wrote in message ... Hi I have 7 workbooks open at the same time. I use the master workbook to copy one of each of the master worksheets into each of the other open workbooks. How do I retrieve the index and not the name of each workbook? i.e. workbook(2) and not workbook("test.xls"). Thanks for your help. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dale
If you open the workbooks in code you could st an identifying object variable for each, e.g.: Set wb1 = Workbooks.Open("Book1") Set wb2 = Workbooks.Open("Book2") etc. --- Regards, Norman "Dale" wrote in message ... Hi I have 7 workbooks open at the same time. I use the master workbook to copy one of each of the master worksheets into each of the other open workbooks. How do I retrieve the index and not the name of each workbook? i.e. workbook(2) and not workbook("test.xls"). Thanks for your help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using 3 tables in one spreadsheet and utilising index formula to retrieve information | Excel Worksheet Functions | |||
Retrieve Row index number | Excel Discussion (Misc queries) | |||
retrieve column index... | Excel Discussion (Misc queries) | |||
Retrieve Data from closed workbooks - Ron de Bruin | Excel Programming | |||
Retrieve Data from closed workbooks - Ron de Bruin | Excel Programming |