LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default ODBC QueryTable Location (Cell address)

I'm using the following query to loop through each embedded ODBC query
in each worksheet in the workbook.

Dim TargetFile As Workbook
Dim ws As Worksheet
For Each ws In TargetFile.Worksheets
For Each qt In ws.QueryTables
qt.Connection.name
Next qt
Next ws

I'd like to know where the query is embedded (cell address location of
the query).
How do I do this?

Thanks
 
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
Unwanted Querytable Autofilter on ODBC Import CallScripter Dev Excel Programming 4 April 2nd 09 11:54 AM
Using Dynamic Cell Address As Formula Location [email protected] Excel Worksheet Functions 4 March 6th 07 06:37 AM
Cell Address Location drizzt04240 Excel Worksheet Functions 2 December 1st 05 03:49 PM
ODBC / OLE DB QueryTable Editor Add-In for Excel Rob van Gelder[_4_] Excel Programming 0 December 18th 04 03:55 AM
Using =address to provide address location for =average ahills Excel Worksheet Functions 2 November 30th 04 03:10 AM


All times are GMT +1. The time now is 01:42 PM.

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

About Us

"It's about Microsoft Excel"