![]() |
how do I set up a macro that will move the cursor down one cell?
|
how do I set up a macro that will move the cursor down one cell?
Sub downer()
ActiveCell.Offset(1, 0).Select End Sub Sub downer2() ActiveCell.Offset(1, 0).Interior.ColorIndex = 3 End Sub Gord Dibben MS Excel MVP On Thu, 16 Nov 2006 15:52:01 -0800, gk wrote: |
how do I set up a macro that will move the cursor down one cel
thank you.
"Gord Dibben" wrote: Sub downer() ActiveCell.Offset(1, 0).Select End Sub Sub downer2() ActiveCell.Offset(1, 0).Interior.ColorIndex = 3 End Sub Gord Dibben MS Excel MVP On Thu, 16 Nov 2006 15:52:01 -0800, gk wrote: |
All times are GMT +1. The time now is 10:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com