Reputation: 1
I am trying to write a VBA macro for my work but I didn't get it. Please help me to find the correct program. Requirement of program - I want to copy entire rows (more than 1 rows) as current date basis and current date available in column D (in more than 1 cells), it's a daily basis activities so everyday date change.
Upvotes: 0
Views: 74
Reputation: 906
Amit you can do it easily by recording this procedure in Excel, then you can customize it through using Visual Basic Editor. For more information take a look at http://www.excel-easy.com/vba/examples/macro-recorder.html I hope it will be helpful.
Upvotes: 1