Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm confused. Why do you need RefName in the first place if it's based on
MCL_Name? "Minitman" wrote: A reference in the InsertNameDefine menu called RefName keeps changing when I save and reopen a set of workbooks To fix it, I have to go into the InsertNameDefine menu and find the named range called RefName and remove the added directory references. The code for RefName should just read: =MCL6.xls!MCL_Name which works. Instead it is showing: ='\\Steve\Transfer Items\Recovered Schedules\MCL6.xls'!MCL_Name which does not work, even though MCL6.xls is open!!! Every time this workbook is opened, I have to go in and manually remove this segment of the formula: \\Steve\Transfer Items\Recovered Schedules\ to get the code to work. Is there anyway to do this in the Workbook_Open event with vba? If not, is there anyway to do this? Any help would be greatly appreciated. -Minitman |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automatic range - named range give me circular reference... | Excel Discussion (Misc queries) | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Compare a selected Range with a Named range and select cells that do not exist | Excel Programming | |||
If any cell in named range = 8 then shade named range | Excel Programming |