View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default querytables.add question

i am trying to import data from a dbf file. it won't import when the filename
contains an underscore.

so, if i have code that references invoice.dbf, it imports, but if the dbf file
is called invoice_entry.dbf, it throws an error,
"The Microsoft Jet database engine could not find the object ...."

is this a known issue?

xl2003

--


Gary