Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I run this line of code at the end of a procedure to activate first blank cell in column B. Cells(8, 2).End(xlDown).Offset(1, 0).Select Depending where you are in the sheet the cell activated could be at the top or bottom of the screen. or This line of code will always position active cell at top left and in my situation €śhide€ť column A. Application.Goto Reference:=Range(ActiveCell.Address), Scroll:=True How can I have the active column B cell in the vertical centre of screen and Column A still visible, when number of rows are passed the centre? -- Thank you Regards Bob C |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing position of last used cell | Excel Discussion (Misc queries) | |||
VBA position of char in cell | Excel Discussion (Misc queries) | |||
Displaying a cell relative to the position to another cell | Excel Discussion (Misc queries) | |||
Current cell position | Excel Worksheet Functions | |||
Position of Cell on Screen | Excel Programming |