Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How can I get all the worksheet name from another opened workbook? Thanks. gian |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sub listWS
Dim ws as Worksheet for each ws in Workbooks("YourWB").WorkSheets msgbox ws.Name next ws end sub HTH -- AP "Gian" a écrit dans le message de news: ... Hi, How can I get all the worksheet name from another opened workbook? Thanks. gian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatically appending newly added data on worksheet to a master list worksheet | Links and Linking in Excel | |||
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet | Excel Worksheet Functions | |||
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. | Excel Discussion (Misc queries) | |||
copy range on every worksheet (diff names) to a master worksheet (to be created) | Excel Programming | |||
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet | Excel Programming |