Hello, I am a newer to this site. I am currently working on a simple problem.
In a workbook, the first sheet is the roll-up page, which adds up the corresponding 16 seperate sheet's number, for example:
the formula for B16 in roll -up page is:
=sum('sheet1'!B16+'sheet2'!B16+.......'Sheet16'!B16)
I want to creat a macro which can easily copy sheet 16 to produce a new sheet, name it New, and then change the formula in roll up page to :
=sum('sheet1'!B16+'sheet2'!B16+.......'Sheet16'!B16+'New'!B16)
I am stuck at the formula change line. Can anybody help me on this?
Thank you very much.
In a workbook, the first sheet is the roll-up page, which adds up the corresponding 16 seperate sheet's number, for example:
the formula for B16 in roll -up page is:
=sum('sheet1'!B16+'sheet2'!B16+.......'Sheet16'!B16)
I want to creat a macro which can easily copy sheet 16 to produce a new sheet, name it New, and then change the formula in roll up page to :
=sum('sheet1'!B16+'sheet2'!B16+.......'Sheet16'!B16+'New'!B16)
I am stuck at the formula change line. Can anybody help me on this?
Thank you very much.