large DBF file

G

Guest

Hi All,

I have a DBF file with more than 65535 records. I'd like to read it with
XL2003. I know that XL2003 reads only the first 65535 records when opening
the file. My question is that is there any way via VBA to access records over
65535, e.g. into another sheet?

Thanks,
Stefi
 
G

Guest

Thanks Mike, I had a look at the site, but it deals only with TXT or CSV
files. My goal is to import a DBF file purely via VBA tools, without the need
of previously converting it in a separate session.

Regards,
Stefi


„Mike H†ezt írta:
 
J

Jean-Yves

Maybe with ADO

Regards
JY

Stefi said:
Thanks Mike, I had a look at the site, but it deals only with TXT or CSV
files. My goal is to import a DBF file purely via VBA tools, without the
need
of previously converting it in a separate session.

Regards,
Stefi


"Mike H" ezt írta:
 
G

Guest

the DBF extension is really a "family" of file formats. Which
version/format is your file? (DBF3, DBF4, ??)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top