Hi,
I have a mainpage with a button which creates a copy of the template every time I click it.
Eg When Button 1 is clocked once - It creates two new worksheets called TIPT_Site_1 and TIPT_CALC_1
if clicked again it creates two more new worksheets called TIPT_Site_2 and TIPT_CALC_3, so everytime it clicks, creates new sheets and name them as 1, 2, 3, 4, 5... so on.
What i want to do is use the values entered in TIPT_Site_1 in TIPT_CALC_1, for TIPT_CALC_2 use values from TIPT_Site_2... and so on.
So prettymuch I want the two newly created worksheets to be linked so it uses the right values.
If I wanted to use Value of TIPT_SIte_1 A5 in TIPT_CALC_1 in cell B6 i know i can use =(TIPT_Site_1!A5). but then for the other once i need to change it manualy again to =(TIPT_Site_2!A5).... And this is not practicle. I want the equaltion of these cells to change automaticaly.
Is there a piece of VBA code I can use to do this.
Thankyou
Ay help is much appriciated
Bookmarks