Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set the following macro to unhide column Y in all sheets.
Dim sh As Worksheet For Each sh In Sheets(Array("sheet1", "sheet2", "sheet3")) sh.Columns("X:Z").EntireColumn.Hidden = False Range("H7").Select Next However, how do I also get it to select sell H7 and also scroll to the top left of the workbook in all sheets? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Training: More on how to use macros in Excel: Recording Macros | Excel Worksheet Functions | |||
Making excel macros run Word macros | Excel Programming | |||
Macro Size Limit / open macros with macros? | Excel Programming | |||
Macros not appearing in the Tools Macro Macros list | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming |