Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I recorded a macro to enter data in a cell, tab to the next cell and enter data, tab to next cell, and enter data. The problem is it runs in the cell it was recorded in, not whatever cell is currently active. How do I modify the code to start in whatever cell is currently active and then tab to whatever cell is to the right of that cell and enter data... etc. Here's the code: Sub A_FILLIN() ' ' A_FILLIN Macro ' Fill-in the row with A May Joe, and then ' drop down to the next row/cell beneath A ' ' Keyboard Shortcut: Ctrl+Shift+A ' ActiveCell.FormulaR1C1 = "A" Range("B1").Select ActiveCell.FormulaR1C1 = "May" Range("C1").Select ActiveCell.FormulaR1C1 = "Joe" Range("D1").Select End Sub Thanks for your help -- FirstVette52 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to enter a value, tab to next cell in the row, enter ... | Excel Programming | |||
Macro to select cells in column enter data then press enter | New Users to Excel | |||
Enter multiple numbers in a cell so total shows when enter keypres | Excel Worksheet Functions | |||
Enter data and press enter to move to specific cell | Excel Programming | |||
Auto enter date when data in enter in another cell | Excel Worksheet Functions |