Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What can I add to the code below to set the ScrollRow to 1 and the curser on
cell A3? With Worksheets("March") If .Range("C184").Value = "" Then .Rows("184:228").Hidden = True End If If .Range("C184").Value < "" Then .Rows("184:228").Hidden = False End If If .Range("C229").Value = "" Then .Rows("229:273").Hidden = True End If If .Range("C229").Value < "" Then .Rows("229:273").Hidden = False End If End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveWindow.ScrollRow and ScrollColumn | Excel Programming | |||
Help with ScrollRow | Excel Programming | |||
ScrollRow | Excel Programming |