Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can anyone help me with writing a macro that lists all the sheets of of a workbook to a certain range? I have this: Sub test() Dim NumSheets As Integer Dim sht As Object NumSheets = Sheets.Count For j = 1 To NumSheets Cells(j + 1, 8) = Sheets(j).Name Next j End Sub But it writes ALL sheetnames, not only the visible. Thanks in advance, Gert-Jan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Status bar not visible in my .xlsx worksheets. | Excel Discussion (Misc queries) | |||
Dropdown List - list item endings not visible if column too narrow | Excel Discussion (Misc queries) | |||
Worksheets not visible in Excel XP | Excel Programming | |||
Visible WorkSheets | Excel Programming | |||
Visible property on Worksheets | Excel Programming |