Hello Everyone,
Need help to save excel sheet data in xml format.
For example, i need to save the data from Sheet1 of my workbook in xml format seperate file.
From the following range, i can only copy "Column A" data but i need to expand the range of the column.
Range("A1:A" & Sheets("Sheet1").Range("A" & Rows.Count).End(xlUp).Row)
Kindly help me on this.
Best Regards,
Need help to save excel sheet data in xml format.
For example, i need to save the data from Sheet1 of my workbook in xml format seperate file.
From the following range, i can only copy "Column A" data but i need to expand the range of the column.
Range("A1:A" & Sheets("Sheet1").Range("A" & Rows.Count).End(xlUp).Row)
Kindly help me on this.
Best Regards,