Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cope22
  • Content: Threads
  • Order by date
  1. cope22

    Changing number formats in Excel through VBA

    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...
  2. cope22

    Export recordset to Excel spread sheet

    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...

Part and Inventory Search

Back
Top