Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Annoying hidden names

Hello
I have a problem with hidden names/ranges

I use macros to copy sheets from one workbook to another. The destination workbook, when open, asks if it should update links. I am trying to prepare each sheet before copying so that they can be used without external references. I ran utility to display links and it came up with this

Object Name Value
hidden Name Notes!_Table1_In1 ='C:\Data\!Shares\[1-Paper.xls]#REF'!$C$37

The object is not in Names collection and I searched all sheets for C:\ but excel can not find it.
Does anyone know what else can I check to get rid of the message on open?
HOw can I unhide these names?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Annoying hidden names

for each nm in Thisworkbook.names
nm.Visible = True
Next

I suspect it is in the names collection, but is hidden.

--
Regards,
Tom Ogilvy

jwlabno wrote in message
u...
Hello
I have a problem with hidden names/ranges

I use macros to copy sheets from one workbook to another. The destination
workbook, when open, asks if it should update links. I am trying to prepare
each sheet before copying so that they can be used without external
references. I ran utility to display links and it came up with this

Object Name Value
hidden Name Notes!_Table1_In1
='C:\Data\!Shares\[1-Paper.xls]#REF'!$C$37

The object is not in Names collection and I searched all sheets for C:\ but
excel can not find it.
Does anyone know what else can I check to get rid of the message on open?
HOw can I unhide these names?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Annoying hidden names

Two utilities that you'll learn to love:

Jan Karel Pieterse, Charles Williams and Matthew Henson's utility called
NameManager.Zip from http://www.bmsltd.co.uk/mvp

and

Bill Manville's findlink.zip from:
http://www.BMSLtd.co.uk/MVP/Default.htm

jwlabno wrote:

Hello
I have a problem with hidden names/ranges

I use macros to copy sheets from one workbook to another. The destination
workbook, when open, asks if it should update links. I am trying to prepare
each sheet before copying so that they can be used without external
references. I ran utility to display links and it came up with this

Object Name Value
hidden Name Notes!_Table1_In1
='C:\Data\!Shares\[1-Paper.xls]#REF'!$C$37
The object is not in Names collection and I searched all sheets for C:\ but
excel can not find it.
Does anyone know what else can I check to get rid of the message on open?
HOw can I unhide these names?


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem - hidden cell names in worksheet Bigger Excel Worksheet Functions 2 February 1st 10 03:18 PM
Hidden Range Names [email protected] Excel Worksheet Functions 3 August 28th 06 04:12 PM
How to find hidden names on an Excel worksheet ? Jon Sipworth Excel Worksheet Functions 2 December 13th 05 06:16 PM
hidden names in active workbook hamcdo Excel Worksheet Functions 2 June 1st 05 05:46 PM
Annoying bug. Shunt Excel Programming 1 August 7th 03 02:05 PM


All times are GMT +1. The time now is 06:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"