Hi All,
I have a formula I would like to append to in VBA.
I trying to essential automatically add some new tabs which I have managed to do, however in order for some of the statistics I pull from it, I need to add to a formula elsewhere in the workbook.
='Sheet1'!B19+'Sheet2'!B19
would become
='Sheet'!B19+'Sheet2'!B19+'SheetNew'!B19
As there are bout 20 formulas of this kind, I'd really like to avoid doing it manually.
I have a formula I would like to append to in VBA.
I trying to essential automatically add some new tabs which I have managed to do, however in order for some of the statistics I pull from it, I need to add to a formula elsewhere in the workbook.
='Sheet1'!B19+'Sheet2'!B19
would become
='Sheet'!B19+'Sheet2'!B19+'SheetNew'!B19
As there are bout 20 formulas of this kind, I'd really like to avoid doing it manually.