Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently using this macro to populate a column with the names of each
tab I have in a workbook. I would like to be able to exclude a tab when this macro runs. If the tab name is Sheet1, how would I exclude it from showing up in my column? For Each ws In Worksheets i = i + 1 Cells((i + 3), 1) = ws.Name Next Thanks for your time! -Kai |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reference row on another sheet skipping zeros but not skipping li. | Excel Discussion (Misc queries) | |||
Macro skipping | Excel Programming | |||
Macro Skipping a column? | Excel Programming | |||
Macro - Skipping a line | Excel Worksheet Functions | |||
Macro skipping even rows | Excel Programming |