wrightyrx7
Well-known Member
- Joined
- Sep 15, 2011
- Messages
- 994
Hi all,
I recorded a macro and wanted some help, as recording it will never show the VBA i need
As you can see this selects cell A4 to copy.
When i run this macro I want this to select and copy the data that is in column A of the activerow.
Can any help?
Thanks
I recorded a macro and wanted some help, as recording it will never show the VBA i need
Sub Test()
Range("A4").Select
Selection.Copy
Sheets("Advance Payment").Select
Range("B6").Select
ActiveSheet.Paste
End Sub
As you can see this selects cell A4 to copy.
When i run this macro I want this to select and copy the data that is in column A of the activerow.
Can any help?
Thanks