S
sid.varno
Hello all,
here's my problem:
I created a vba code that copy from a template 2 sheets and paste them
into a new workbook.
But in the sheet #2, there's some formulas like this: ='Valeurs NCAP'!
F3-$C3 where "Valeurs NCAP" is sheet #1.
Once the sheet copied in the new workbook, the link became:
='[Original_workbook.xls]Valeurs NCAP'!F3-$C3
How can I break this absolute link and transform it in relative link
to only keep ='Valeurs NCAP'!F3-$C3 ?
thanks in advance,
alex
here's my problem:
I created a vba code that copy from a template 2 sheets and paste them
into a new workbook.
But in the sheet #2, there's some formulas like this: ='Valeurs NCAP'!
F3-$C3 where "Valeurs NCAP" is sheet #1.
Once the sheet copied in the new workbook, the link became:
='[Original_workbook.xls]Valeurs NCAP'!F3-$C3
How can I break this absolute link and transform it in relative link
to only keep ='Valeurs NCAP'!F3-$C3 ?
thanks in advance,
alex