Can I export a large dbf to excell to use multiple worksheets in excell.
The file is to large for only 1 worksheet.
thanks
sherry

Re: dbf to excel by aNOpengellySPAM

aNOpengellySPAM
Fri May 06 11:30:31 CDT 2005

sherry,

> Can I export a large dbf to excell to use multiple worksheets in
> excell.
> The file is to large for only 1 worksheet.

I have a routine buried (a couple of years ago) somewhere which dealt
with this by forming as many .csv files as required. If it helps I
will dig it out if requested.

There is an earlier thread starting 181473 ...

regards
Alan

RE: dbf to excell by Leemi

Leemi
Fri May 06 14:07:22 CDT 2005

Hi Sherry:

I don't have code that does this exact process, but I think you can modify
the code in this article and get what you need:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;142193

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>Can I export a large dbf to excell to use multiple worksheets in excell.
>The file is to large for only 1 worksheet.
>thanks
>sherry




Re: dbf to excell by Dan

Dan
Tue May 10 11:56:03 CDT 2005

There's nothing that will do this automatically, but using
_VFP.DataToClip(Alias(),nNumberOfRecords) and Excel's Paste method you can
build the Worksheet yourself fairly easily.

Dan

sherry wrote:
> Can I export a large dbf to excell to use multiple worksheets in
> excell. The file is to large for only 1 worksheet.
> thanks
> sherry