ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Hidden external data link (https://www.excelbanter.com/excel-discussion-misc-queries/120198-hidden-external-data-link.html)

Geoff Lambert

Hidden external data link
 
I have an Excel 2003 spreadsheet, built out of an old one that
originally had external data queries that were first opened from
inside macros that called up a series of IQY files. I understand that
an IQY file is only needed for the very first enquiry, thereafter the
query is "embedded" somewhere.

The macros have long been deleted, the IQY files have long been
deleted. But the links are still there in some place on the
spreadsheet which I cannot find.

I cannot use the External Data toolbar to track these down. I cannot
see anything in the VBA code. Every time I open the file I am
presented with a MsgBox regarding Enabling or Disabling automatic
refresh for these queries.

How may I delete these queries- there are 150 of them somewhere in
this spread sheet.

Geoff Lambert


RichardSchollar

Hidden external data link
 

Hi Geoff

Have you checked in InsertNamesDefine? I frequently have names here
that reference external sources. If you no longer need them, they can
be deleted.

Hope this helps!

Richard


--
RichardSchollar
------------------------------------------------------------------------
RichardSchollar's Profile: http://www.officehelp.in/member.php?userid=5248
View this thread: http://www.officehelp.in/showthread.php?t=1271116

Posted from - http://www.officehelp.in


Don Guillett

Hidden external data link
 
Looking in insertnamedefine may be of help.

--
Don Guillett
SalesAid Software

"Geoff Lambert" wrote in message
...
I have an Excel 2003 spreadsheet, built out of an old one that
originally had external data queries that were first opened from
inside macros that called up a series of IQY files. I understand that
an IQY file is only needed for the very first enquiry, thereafter the
query is "embedded" somewhere.

The macros have long been deleted, the IQY files have long been
deleted. But the links are still there in some place on the
spreadsheet which I cannot find.

I cannot use the External Data toolbar to track these down. I cannot
see anything in the VBA code. Every time I open the file I am
presented with a MsgBox regarding Enabling or Disabling automatic
refresh for these queries.

How may I delete these queries- there are 150 of them somewhere in
this spread sheet.

Geoff Lambert




Don Guillett

Hidden external data link
 
Will also delete other names

For Each N In ActiveSheet.Names
N.Delete
Next N

--
Don Guillett
SalesAid Software

"Don Guillett" wrote in message
...
Looking in insertnamedefine may be of help.

--
Don Guillett
SalesAid Software

"Geoff Lambert" wrote in message
...
I have an Excel 2003 spreadsheet, built out of an old one that
originally had external data queries that were first opened from
inside macros that called up a series of IQY files. I understand that
an IQY file is only needed for the very first enquiry, thereafter the
query is "embedded" somewhere.

The macros have long been deleted, the IQY files have long been
deleted. But the links are still there in some place on the
spreadsheet which I cannot find.

I cannot use the External Data toolbar to track these down. I cannot
see anything in the VBA code. Every time I open the file I am
presented with a MsgBox regarding Enabling or Disabling automatic
refresh for these queries.

How may I delete these queries- there are 150 of them somewhere in
this spread sheet.

Geoff Lambert






Saruman

Hidden external data link
 
Have you tried Edit, Links and then Break Links Button and follow prompts

Saruman

"Geoff Lambert" wrote in message
...
I have an Excel 2003 spreadsheet, built out of an old one that
originally had external data queries that were first opened from
inside macros that called up a series of IQY files. I understand that
an IQY file is only needed for the very first enquiry, thereafter the
query is "embedded" somewhere.

The macros have long been deleted, the IQY files have long been
deleted. But the links are still there in some place on the
spreadsheet which I cannot find.

I cannot use the External Data toolbar to track these down. I cannot
see anything in the VBA code. Every time I open the file I am
presented with a MsgBox regarding Enabling or Disabling automatic
refresh for these queries.

How may I delete these queries- there are 150 of them somewhere in
this spread sheet.

Geoff Lambert





All times are GMT +1. The time now is 03:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com