Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello EAB1977, You were close. To get all the Workbooks the user has open and stor them in an array... Dim strWorkbookName() ReDim strWorkbooName(Workbooks.Count) For I = 1 To Workbooks.Count strWorkbookName(I) = Workbooks(I).Name Next I Use ActiveWorkbook.Name to return the current Workbook that the use is in. Sincerely, Leith Ros -- Leith Ros ----------------------------------------------------------------------- Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846 View this thread: http://www.excelforum.com/showthread.php?threadid=47961 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert a Number Code to a Text Code | Excel Discussion (Misc queries) | |||
run code on opening workbook and apply code to certain sheets | Excel Programming | |||
Code in one workbook to call code in another XL file | Excel Programming | |||
Place code from current workbook to new workbook | Excel Programming | |||
Reference code in another workbook from a calling workbook | Excel Programming |