Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Have used Walkenbach's book to create
a macro that itterates through all open worksheets in an Excel workbook and places the name of the workseet in a specific cell. But I don't see the code to iterate through ALL open spreadsheets. I have to rename each open worksheet in a folder (there's only one worksheet in each spreadsheet). "Sheet1" for linking purposes. The spreadsheets are results of an export from Access, which by default names Worksheet1 as the name of the query. Not viable to name each query "Sheet1". |
#2
![]() |
|||
|
|||
![]()
Hi,
Dim objWb As Workbook For Each objWb In Application.Workbooks .....your code here Next objWb Hth, OJ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot open Excel attachment from e-mail when Excel is already ope | Excel Discussion (Misc queries) | |||
Networking excel spreadsheets error | Excel Discussion (Misc queries) | |||
When I open excel document it always ask if I want to open it in . | Excel Discussion (Misc queries) | |||
I need to download ms office with excel to open xls spreadsheets | Excel Discussion (Misc queries) | |||
Cannot open a file that Excel says is open | Excel Discussion (Misc queries) |