>> Opening a *.dqy Data Query file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have saved a bunch of Query Table sql files. I want to use VBA to open
these files to retreive the command text.

Any ideas or suggestions appreciated :-)
 
Hi, I have saved a bunch of Query Table sql files. I want to use VBA
to open these files to retreive the command text.

From a short inspection, it does not look too hard to scrape it out with a
text editor. Try

Input Line #myFile, aString

HTH

Tim F
 
Back
Top