Hi,
I am very new to VBA and would be happy if someone was to refer me to another post where this was answered or where I can get more information so I can learn more however I have the following scenario that I am hoping to solve.
I have two worksheets Invoice Summary and Outstanding Accounts.
If cell D4 = OUTSTANDING then I want to be able to copy cells A4 to I4 to the Outstanding Accounts tab and paste it into row A4. I have further data in the Outstanding Accounts tab past column I so can not use a copy row function.
I would also like if possible for each time the macro is run that it look at what the next blank row is on Outstanding Accounts tab and paste any new data below that so for example if 5 rows came in the first run then it would post in A9 the next run.
Thanks so much in advance
I am very new to VBA and would be happy if someone was to refer me to another post where this was answered or where I can get more information so I can learn more however I have the following scenario that I am hoping to solve.
I have two worksheets Invoice Summary and Outstanding Accounts.
If cell D4 = OUTSTANDING then I want to be able to copy cells A4 to I4 to the Outstanding Accounts tab and paste it into row A4. I have further data in the Outstanding Accounts tab past column I so can not use a copy row function.
I would also like if possible for each time the macro is run that it look at what the next blank row is on Outstanding Accounts tab and paste any new data below that so for example if 5 rows came in the first run then it would post in A9 the next run.
Thanks so much in advance