Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use this code to insert 4 blank lines.
vUnit = ActiveCell Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(4, 0))._ EntireRow.Select Selection.Insert Shift:=xlDown How do I get the cursor to go back to the activecell? I can't hard code the cell reference because it will change throughout the macro. I also tried:"Range(ActiveCell). _Select" but that did not work. Thanks for the help... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If activecell.column = variable then activecell,offset (0,1) | Excel Discussion (Misc queries) | |||
Activecell problem | Excel Discussion (Misc queries) | |||
Defining an Activecell | Excel Discussion (Misc queries) | |||
how to set activecell? | Excel Programming | |||
ActiveCell.FormulaR1C1 | Excel Programming |