My question is pretty basic, really. What is the syntax to change the cell number format using an excel worksheet object through VBA?
For example, I have a column that I need to change from the "General" number format to a "Text" number format. Right now, this is the line...
I have an SQL string that generates an ADO recordset, and I need to export the contents of that recordset to an Excel spread sheet. I've messed around with using the DoCmd.TransferSpreadsheet function:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, rsRecordset, filename, True...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.