Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All you need is this:
Application.Goto Sheets("Hist (2)").Cells(col, 5), True instead of this: With Sheets("Hist (2)") .Activate .Cells(1, col).Activate End With -- Jim Rech Excel MVP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Screen does not scroll as active cell moves down the page | Excel Discussion (Misc queries) | |||
how do I keep the active cell or row in the middle of the screen | Excel Discussion (Misc queries) | |||
Active cell moves off the screen | Excel Discussion (Misc queries) | |||
Moving active cell after copy | Excel Programming | |||
Moving active cell | Excel Programming |