![]() |
Cursor Movement in Macro
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? |
All times are GMT +1. The time now is 10:39 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com