Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way:
Range("G11").Activate another: ActiveCell.Offset(1, 0). Activate A third: ActiveCell(2, 1).Activate In article , (Chris) wrote: I have a question relating to the original post: How do you change the active cell using VBA? In other words if the cellpointer is in G10, how can I move it to G11? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell or column highlights when other cell is selected | Excel Worksheet Functions | |||
In VBA, How to Refer to Cell In Specific Column But Selected Rows? | Excel Discussion (Misc queries) | |||
Add-in that highlight row/column of selected cell for easy viewing | Excel Discussion (Misc queries) | |||
getting value 1 column to right of cell selected in pulldown | Excel Worksheet Functions | |||
How to highlight row and column of the selected cell | Excel Discussion (Misc queries) |