Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
nde,
try something like this Sub SheetAct() Dim x As Integer x = ActiveSheet.Index Do If x < Worksheets.Count Then x = x + 1 Else x = 1 End If Loop Until Worksheets(x).Visible = True Worksheets(x).Activate End Sub regards, DaveU |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I make a drop down box visible within a worksheet? | Excel Worksheet Functions | |||
How to make worksheet saved in VB6 visible? | Excel Programming | |||
better search: "make worksheet visible" | Excel Discussion (Misc queries) | |||
How select all pictures in a worksheet and make visible? | Excel Programming | |||
Macro to make period visible in pivot table | Excel Programming |