View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SQLboy SQLboy is offline
external usenet poster
 
Posts: 1
Default viewing SQL when MSQERY cannot attach to DB

I have a couple worksheets with complex queries where the database is no
longer available. All I need to do is to open up the query (MSQUERY) so I
can view the sql to recreate the query pointing to a new database. HOWEVER,
Msquery seems to require that I be ableto access the database before it will
open, thus allowing me to view the sql. how can I get around this msquery
behavior to see the sql (or just open)??