Friends,
I need to build a loop on VBA Excel to do the following routine:
1o Action: Select entire row #1 and copy
2o Action: Select entire row #2 and Paste Special -> Formulas
3o Action: Select entire row #1 and Paste Special -> Values
4o Action: Select entire row #2 and copy
5o Action: Select entire row #3 and Paste Special -> Formulas
6o Action: Select entire row #2 and Paste Special -> Values
This routine goes on and on for an specific number of times until it reaches the end of the worksheet which may vary.
Thanks a lot for the support.
Gustavo.
I need to build a loop on VBA Excel to do the following routine:
1o Action: Select entire row #1 and copy
2o Action: Select entire row #2 and Paste Special -> Formulas
3o Action: Select entire row #1 and Paste Special -> Values
4o Action: Select entire row #2 and copy
5o Action: Select entire row #3 and Paste Special -> Formulas
6o Action: Select entire row #2 and Paste Special -> Values
This routine goes on and on for an specific number of times until it reaches the end of the worksheet which may vary.
Thanks a lot for the support.
Gustavo.
Comment