Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I know this is going to easy, but for the life of me...
I would like to be able to go thru all open workbooks and switch to one whose name changes all the time but has the same beginning, GetReadySheet_*.xls. I found this code Sub ListBooks() Dim wbk As Workbook For Each wbk In Workbooks MsgBox wbk.Name Next wbk End Sub but I dont know enough to be able to use the Windows(€œGetReadySheet_*.xls€).Activate to go to the GetReadySheet workbook, grab a cell value out of E6 and then go back to the file with the code. Any thoughts€¦ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I switch from 1,2,3... back to A,B,C... column reference na | Excel Discussion (Misc queries) | |||
why does the link status always reverts back to UNKNOWN? | Excel Discussion (Misc queries) | |||
How do I switch openoffice back to excel | Excel Programming | |||
How to switch column headers from numbers back to letters? | Excel Worksheet Functions | |||
Can I switch back to Excel sheet while a form is shown? | Excel Programming |