M
March
Dear All,
I write VBA code in Access to transfer records in Access to Excel.
I've done with the transferring code, however, I don't know how to set the
cell format in Excel in range using VBA.
As I know is
xApp.sheets("Access").range("A3") = Format(Date, "mm/dd/yyyy")
that only one cell in excel.
I need to set as a range like "A1:J50".
Please give me suggestion.
March
I write VBA code in Access to transfer records in Access to Excel.
I've done with the transferring code, however, I don't know how to set the
cell format in Excel in range using VBA.
As I know is
xApp.sheets("Access").range("A3") = Format(Date, "mm/dd/yyyy")
that only one cell in excel.
I need to set as a range like "A1:J50".
Please give me suggestion.
March