Hi Team, I am pretty novice in vba coding and trying to learn in by recording macros. I have come across a situation where macro recording is failing to fetch me the outcome.
Scenario:
I have data say in Sheet1 in column A,B & C. Now I want the data of A1,B1,C1, to be pasted in Sheet2 cell C3, C5 & C7 and then run/call Macro1(already existing) after waiting for 30 seconds post copying as there are some links which needs to be updated, once Macro1 run is complete I want the output which comes at C9 & C11 of sheet 2 to be pasted at D1 & E1. Next I want to put the A2,B2,C2 of sheet1 again into sheet2 and then call macro1 again and I want to loop this 105 times as max data will be till A105,B105,C105. Now the 2 contingency is that I want the macro to skip to next cell if it finds A1 or C1 to be blank or #N/A.
Let me know if the scenario needs any further clarification
Regards
SD
Scenario:
I have data say in Sheet1 in column A,B & C. Now I want the data of A1,B1,C1, to be pasted in Sheet2 cell C3, C5 & C7 and then run/call Macro1(already existing) after waiting for 30 seconds post copying as there are some links which needs to be updated, once Macro1 run is complete I want the output which comes at C9 & C11 of sheet 2 to be pasted at D1 & E1. Next I want to put the A2,B2,C2 of sheet1 again into sheet2 and then call macro1 again and I want to loop this 105 times as max data will be till A105,B105,C105. Now the 2 contingency is that I want the macro to skip to next cell if it finds A1 or C1 to be blank or #N/A.
Let me know if the scenario needs any further clarification
Regards
SD