Excel VBA copy formulas to new Workbook without links - TechRepublic
Question
April 29, 2010 at 01:07 PM
rgexcelhelp

Excel VBA copy formulas to new Workbook without links

by rgexcelhelp . Updated 16 years, 2 months ago

When copying a worksheet to another workbook, the range names append the fullname (link) of the source worksheet into the RefersTo property. Any way to prevent this append of the fullname vs. changing it using for each aname in Names, or am I stuck having to load the RefersTo property to an array to revert the information to it’s original state?

This discussion is locked

All Comments