D
Davoud
Is it possible to replace multiple values within a string simultaneously?
eg. I have over 600 records of links to external workbooks where each fiscal
period I need to change the Period #
='F:\VC FPBS\FY07-08\Performance Analysis\Community\P07\[VC Consolidated
Report P7 Sandra.xls]Pd7'!AJ14
Where I want to change "P07", "P7" and "Pd7" to "P08","P8" and "Pd8".
Obviously I can't just replace "7" with "8" because I would lose the
directory reference "FY07-08". Is there a way to parse the replace request so
that I can replace all three values at once?
Thanks in advance for any assistance.
eg. I have over 600 records of links to external workbooks where each fiscal
period I need to change the Period #
='F:\VC FPBS\FY07-08\Performance Analysis\Community\P07\[VC Consolidated
Report P7 Sandra.xls]Pd7'!AJ14
Where I want to change "P07", "P7" and "Pd7" to "P08","P8" and "Pd8".
Obviously I can't just replace "7" with "8" because I would lose the
directory reference "FY07-08". Is there a way to parse the replace request so
that I can replace all three values at once?
Thanks in advance for any assistance.