Gerry Hunt
New Member
- Joined
- Apr 10, 2021
- Messages
- 11
- Office Version
-
- 365
- Platform
-
- Windows
Can somebody please help with the following problem. I need a macro/VBA to do the following:
(Use relative references) ??
Macro record
1. Copy cells in columns A to M cells in selected row in current worksheet.
2. Switch to next worksheet entitled “CASH” (note both worksheets have identical column formats)
3. Paste the copied row values in the next blank row in the CASH worksheet (this is the area in which I am having the problem)
4. Move to the pasted row - column K cell.
5. Cut the value in the row/column K cell and paste in the row column J cell.
6. Move to the row/column I cell and insert text “ From Bank”.
7. Move to the row Column H cell – delete the existing value and replace with “1.3”
Stop macro recording
(Use relative references) ??
Macro record
1. Copy cells in columns A to M cells in selected row in current worksheet.
2. Switch to next worksheet entitled “CASH” (note both worksheets have identical column formats)
3. Paste the copied row values in the next blank row in the CASH worksheet (this is the area in which I am having the problem)
4. Move to the pasted row - column K cell.
5. Cut the value in the row/column K cell and paste in the row column J cell.
6. Move to the row/column I cell and insert text “ From Bank”.
7. Move to the row Column H cell – delete the existing value and replace with “1.3”
Stop macro recording