J
jayakrishna
Hi,
I want to export data from a query to excel sheet using
DoCmd.TransferSpreadsheet.
The starting cell should be 6 row and ending cell depends on the
result by the query.
Please help me in indicating the range in DoCmd.TransferSpreadsheet
command
for e.g.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
Me.Combo_WorksheetList, [txt_file_path], False,
Me.Combo_WorksheetList.Value + "!"+ "Range??"
In the above statement how to select the range.
Thanks
Jay
I want to export data from a query to excel sheet using
DoCmd.TransferSpreadsheet.
The starting cell should be 6 row and ending cell depends on the
result by the query.
Please help me in indicating the range in DoCmd.TransferSpreadsheet
command
for e.g.
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9,
Me.Combo_WorksheetList, [txt_file_path], False,
Me.Combo_WorksheetList.Value + "!"+ "Range??"
In the above statement how to select the range.
Thanks
Jay