Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to add the following names to a workbook:
ActiveWorkbook.Names.Add Name:="A03_01", RefersToR1C1:=... ActiveWorkbook.Names.Add Name:="B03_01", RefersToR1C1:=... ActiveWorkbook.Names.Add Name:="C03_01", RefersToR1C1:=... ActiveWorkbook.Names.Add Name:="D03_01", RefersToR1C1:=... ActiveWorkbook.Names.Add Name:="E03_01", RefersToR1C1:=... BUT! Number 3: ActiveWorkbook.Names.Add Name:="C03_01", RefersToR1C1:=... Fails, with a message, saying that the name is invalid?!? Why is "C03_01" invalid, and the rest are OK?!? Thanks in advance... CE |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Invalid Range Name | Excel Discussion (Misc queries) | |||
How do I fix an Invalid Reference? | New Users to Excel | |||
Invalid Qualifier??? | Excel Programming | |||
Invalid Procedure | Excel Programming | |||
Invalid Use of Null | Excel Programming |