Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See the offset function in the VBA help
ActiveCell.Offset(1).Select -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Joby" wrote in message ... Very simple question. How do you move the cursor DOWN from a macro? I am appending data from multipul database calls but Excel does a Selection.End(xlDown).Select Range("A38").Select ***This line is the problem*** As each time I run the macro I want to go to the end then down one line to add the next block of data. What do I need to replace the second line of code with? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Movement of the cursor | Excel Discussion (Misc queries) | |||
cursor movement | New Users to Excel | |||
Cursor Movement | Excel Discussion (Misc queries) | |||
Cursor movement in a macro | Excel Discussion (Misc queries) | |||
Cursor Movement in Macro | Excel Programming |