In Excel VBA, I need to take data in Excel and reformat/rearrange/etc. it for Quickbooks, and export it to a file that Quickbooks can import.
Where can I find information about how the data should be arranged for Quickbooks to be able to import it?
In Excel VBA, I need to take data in Excel and reformat/rearrange/etc. it for Quickbooks, and export it to a file that Quickbooks can import.
Where can I find information about how the data should be arranged for Quickbooks to be able to import it?
Quickbooks reads a .qxf file format. I'd suggest you search for qxf file conversion. Or look here for a similar question: QXF File Format Spec
Quickbooks probably imports other formats that are less opaque, as well.