0

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.

2
  • 6
    Record yourself doing it, then use that code to learn what you need. Commented Aug 22, 2016 at 12:42
  • Try this Commented Aug 22, 2016 at 12:45

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Dear All, thanks for your reply, i have tried the process that you have mention in above communication but i didn't get solution please advise if you have proper code/macro for my problem also i would like to inform you that i am a new learner of vba.
Hi, i have already sussed to write vab program only last two step is left to complete my work, this is my vab program:- Private Sub CommandButton4_Click() Workbooks.Open ("Ware house in out (2016).xls") Sheets("August-16").Range("A1:AB1").Select Selection.Copy Workbooks.Open ("FOR MAIL-3-DAYS TRACKING SHEET-15-DEC-14 .xlsx") Sheets("Sheet1").Select Sheets("Sheet1").Range("A1:AB1").Select Selection.PasteSpecial Workbooks("Ware house in out (2016).xls").Activate End Sub

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.