Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following simple code that goes to CL5 within the Schedule
worksheet and freezes the panes but what would I add to it so that the cursor goes the the cell below the last cell there is a value in. For example say if there is a value in CL8 I want the cursor to land in CL9 Thanks Application.Goto Range("Schedule!CL5"), True ActiveCell.Offset(2, 0).Select ActiveWindow.FreezePanes = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can i restrict input in a cell until previous cell populated? | Excel Discussion (Misc queries) | |||
copy last populated cell (moving) to another cell | Excel Discussion (Misc queries) | |||
populating new cell with first populated cell to the left | Excel Worksheet Functions | |||
First populated cell in row array/ Last populated cell in row arra | Excel Worksheet Functions | |||
formula for a cell which is blank returns populated cell | Excel Discussion (Misc queries) |