Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code to list the sheets in an active workbook:
Sub listSheets() Dim x As Worksheet For Each x In Application.Worksheets ActiveCell.Value = x.Name ActiveCell.Offset(1, 0).Activate Next x End Sub .... but would like to list sheets in another open book without activating it. Thanks in anticpation. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
alt-tab toggle betw files/programs | Excel Discussion (Misc queries) | |||
how do I toggle between 2 open excel files and leave both open | Excel Discussion (Misc queries) | |||
How to change default Open/Files of Type to "Microsoft Excel Files | Excel Discussion (Misc queries) | |||
Can I toggle between files easily | Excel Discussion (Misc queries) | |||
toggle button or worksheet_activate causing form to open twice | Excel Programming |