Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dim myName as Name
Set myName = nothing on error resume next set myname = Workbooks("Export.xls").Names("DATA1") on error goto 0 if myname is nothing then 'doesn't exist else 'does exist end if Rob wrote: Hi. I was wondering if there was a way for a macro to detect if there was a field name already in use for a workbook? I already tried... If Exist Workbooks("Export.xls").Names("DATA1") Then As well as... If Workbooks("Export.xls").Names("DATA1") = True Then Thanks very much, Rob -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application-Defined or object defined error 1004 When ran on exel97 but not 2003 | Excel Programming | |||
Copying A Range of Cells From one Sheet to Another - Error Application Defined or Object Defined | Excel Programming | |||
Detect if file exists | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming | |||
Runtime error 1004- application defined or object defined erro | Excel Programming |