Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
after refreshing the external links to a text file, what's the best way to
remove the links and just save the values? -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Take a look at findlinks...
http://www.oaltd.co.uk/MVP/ -- HTH... Jim Thomlinson "Gary Keramidas" wrote: after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
doesn't find any links, this is a query to a text file that i need to delete
sorry -- Gary "Jim Thomlinson" wrote in message ... Take a look at findlinks... http://www.oaltd.co.uk/MVP/ -- HTH... Jim Thomlinson "Gary Keramidas" wrote: after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That is a good one. I am not 100% sure. I am a little busy today but I will
see if I can find something... -- HTH... Jim Thomlinson "Gary Keramidas" wrote: doesn't find any links, this is a query to a text file that i need to delete sorry -- Gary "Jim Thomlinson" wrote in message ... Take a look at findlinks... http://www.oaltd.co.uk/MVP/ -- HTH... Jim Thomlinson "Gary Keramidas" wrote: after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
activesheet.querytables(1).Delete
adjust to refer to the correct table. -- Regards, Tom Ogilvy "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Please fix your system date
-- Kind regards, Niek Otten "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i did, that's windows vista that plays games with the date's and times
-- Gary "Niek Otten" wrote in message ... Please fix your system date -- Kind regards, Niek Otten "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Promising! :-)
"Gary Keramidas" <GKeramidasATmsn.com wrote in message ... i did, that's windows vista that plays games with the date's and times -- Gary "Niek Otten" wrote in message ... Please fix your system date -- Kind regards, Niek Otten "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are you sure your time zone is correct?
Gary Keramidas wrote: i did, that's windows vista that plays games with the date's and times -- Gary "Niek Otten" wrote in message ... Please fix your system date -- Kind regards, Niek Otten "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary -- Dave Peterson |
#10
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary:
I currently use code that loops through the entire workbook and deletes the external data source definitions, yet leaves the data it grabbed like this: Sub FreezeData() Dim MyQT, qt As QueryTable Dim i As Integer For Each Sheet In Sheets i = Sheet.Index For Each qt In Worksheets(i).QueryTables Set MyQT = qt MyQT.Delete Next Next End Sub HTH, Jana |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks, jana
-- Gary "Jana" wrote in message ups.com... Gary: I currently use code that loops through the entire workbook and deletes the external data source definitions, yet leaves the data it grabbed like this: Sub FreezeData() Dim MyQT, qt As QueryTable Dim i As Integer For Each Sheet In Sheets i = Sheet.Index For Each qt In Worksheets(i).QueryTables Set MyQT = qt MyQT.Delete Next Next End Sub HTH, Jana |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
deleting my original post to get it off of the top
-- Gary "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#13
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're quite welcome, Gary. Let me know if that works for you.
Jana |
#14
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
It is an ODBC query, is it? InsertNameDelete - and delete named range(s) which determine(s) returned data range(s) -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... after refreshing the external links to a text file, what's the best way to remove the links and just save the values? -- Gary |
#15
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry!
InsertNameDefine -- Arvi Laanemets ( My real mail address: arvi.laanemets<attarkon.ee ) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External Links | New Users to Excel | |||
External Links | Excel Discussion (Misc queries) | |||
How to remove links to external data | Excel Discussion (Misc queries) | |||
external links | Excel Worksheet Functions | |||
How do I remove external links from Excel 2000 workbook? | Excel Discussion (Misc queries) |