Hello,
Here's what I'm trying to do:
- WHAT I NEED TO DO: From "Transaction Codes" sheet take each "X" transactions codes (X= number of total codes), listed in the first column (not all rows have a transaction code) and enter them on "Checkbook" tab and add additional data
- HOW I WANT TO DO IT: I already have a macro that automatically enters a new row--AddRow(). I would want the macro to call "AddRow()" which already puts me in the first active cell and do the following:
First Cell - Enter today's date
Third Cell - Enter Transaction Code
And I want this to repeat until all transaction codes are entered.
TIA!
Jay
Here's what I'm trying to do:
- WHAT I NEED TO DO: From "Transaction Codes" sheet take each "X" transactions codes (X= number of total codes), listed in the first column (not all rows have a transaction code) and enter them on "Checkbook" tab and add additional data
- HOW I WANT TO DO IT: I already have a macro that automatically enters a new row--AddRow(). I would want the macro to call "AddRow()" which already puts me in the first active cell and do the following:
First Cell - Enter today's date
Third Cell - Enter Transaction Code
And I want this to repeat until all transaction codes are entered.
TIA!
Jay