S
sjwopg
I'm working on a project that uses VBA to send data to Excel from Access. The
spreadsheet has a number of tabs with charts that reflect the data. At the
end of the Access code, the spreadsheet is saved to a specific folder. The
next step would be to create an XML file for the contents of the "Data" tab.
When I create the XML file manually from Excel, I get the xml list which is
<20k. When I try to save the Excel file as xml, using VBA in Access, I get a
file that is >300k and contains the whole spreadsheet.
Can someone show me, or lead me, to VBA code that I can use in Access to
save only one tab, from a multi-tab spreadsheet into an xml file?
Thanks in advance.
Steve
spreadsheet has a number of tabs with charts that reflect the data. At the
end of the Access code, the spreadsheet is saved to a specific folder. The
next step would be to create an XML file for the contents of the "Data" tab.
When I create the XML file manually from Excel, I get the xml list which is
<20k. When I try to save the Excel file as xml, using VBA in Access, I get a
file that is >300k and contains the whole spreadsheet.
Can someone show me, or lead me, to VBA code that I can use in Access to
save only one tab, from a multi-tab spreadsheet into an xml file?
Thanks in advance.
Steve