Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
How to Store the QVD's data into XML formate or XML Files?
Hi ,
You can export Qvd data to XML file by using ExportXml
The Following Code is from API Guide to send tableBox to XML File
set tb = ActiveDocument.Sheets("Main").CreateTableBoxtb.AddField "Class"tb.AddField "Member"tb.ExportXml "C:\test.xml",1200
Hope this will help you
Thank You
Rahul