Search results for query: *

  1. E

    Overwriting an Excel file

    Thanks guys, but I couldn't get this to work. I just did a work around by deleting all the files in that directory before saving to it. This works fine for my purpose. Thanks again.
  2. E

    Overwriting an Excel file

    Hi, I need to overwrite an Excel spreadsheet file, but can't seem to figure it out. I'm not using a file dialog window, just saving directly to the same location. Here's my code: 'Create a new workbook in Excel. Dim oExcel As Object Dim oBook As Object Dim oSheet As Object oExcel =...
  3. E

    Deleting all records in table

    Perfect!!! Thanks, so much! I've been playing it this all yesterday, but couldn't figure it out. :)
  4. E

    Deleting all records in table

    Hi, I'm new to VB.NET and am trying to write code to delete all the records in a temp table. Here's what I have, but the code doesn't work. Any help will be appreciated. Thanks! Dim connAccess As OleDbConnection Dim da As OleDbDataAdapter = New OleDbDataAdapter Dim cmd As OleDbCommand Dim...
Back
Top