Hi all, I have few questions, sorry I'm a Newbie to Macro.
I attached a sample of the file I am working on.
BOOK1.xlsx
What I am trying to do is to build a macro the will do the following:
--Go to sheet Input , then copy A2:D2
--Go to sheet Calculation and paste it in the second line A2:D2
If D2=12 then copy A4:D15
If D2=11 then copy A4:D14
If D2=10 then copy A4:D13
and so on until D2=1 then copy A4:D4
--Go to sheet Output and paste in the first empty line
then loop again to take next line in the Input Sheet.
Is that easy ?
Bookmarks