Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2007. I have a well developed workbook with lots of modules of VBA
behind it. It worked fine and for years under Excel 2003. Now after installing (upgrading) to Office 2007, I am getting inexplicable errors. One for instance occurs when trying to add a Name (label a cell) as follows: WbNew.Names.Add Name:="MIA" + Left(WbNew.ActiveSheet.Name, 3), RefersToR1C1:= _ "='" + WbNew.ActiveSheet.Name + "'!R" + Trim(Str(TCL + 5)) + "C2" This resolves to: WbNew.Names.Add Name:="MIA092", RefersToR1C1:= "='092-International Ministries'!R10C2" The error message I get is: Runtime error "1004" The name that you entered is not valid. Reasons for this can include: -The name does not begin with a letter or an underscore -The name contains a space or other invalid character -The name conflicts with an Excel built-in name or the name of another object in the workbook The first reason is not the problem, nor is the second. So why am I now getting this error in Excel 2007 when it has worked for years in Excel 2003? Is there anything short of going back to Office 2003 that I can do? -- Dr. Doug Pruiett Good News Jail & Prison Ministry www.goodnewsjail.org |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ALT+ENTER no longer works | Excel Discussion (Misc queries) | |||
New Computer HPVAL no longer works | Excel Worksheet Functions | |||
folderexists code no longer works after moving to excel 2003 | Excel Programming | |||
VB6 Excel 97 code no longer works if Win2K SP3/4 applied. | Excel Programming | |||
Macro no longer works in XP | Excel Programming |