Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom Ogilvy wrote:
Sub AA() Set sh = ActiveSheet On Error Resume Next Do While sh.Next.Visible < xlSheetVisible If Err < 0 Then Exit Do Set sh = sh.Next Loop sh.Next.Activate On Error GoTo 0 End Sub Thanks! Works perfectly. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving within the worksheet | Excel Worksheet Functions | |||
Moving a Worksheet | Excel Discussion (Misc queries) | |||
moving a worksheet..? | Excel Discussion (Misc queries) | |||
Moving between the tabs on a worksheet | Excel Discussion (Misc queries) | |||
Need help i moving one worksheet to another | Excel Programming |