Search results

  1. A

    Import Outlook Email Body Without Signature

    Does anyone know how to do this? Whenever I import the email body, it includes the signature, which I don't want. The code using the Word bookmark does not work. Dim applOutlook As Outlook.Application Dim nsOutlook As Outlook.NameSpace Dim cfOutlook As Outlook.Folder Dim ifOutlook As...
  2. A

    Copy Linked Access Tables to Local Tables with VBA

    I have an MS Access database with linked network tables that I need to copy to local tables into a new database along with the front end using VBA. How would I go about doing this? Would the TransferDatabase method be the best way? Thanks in advance for advice.
  3. A

    Error Loading Annotations

    Has anyone seen the attached error using MS Access? It came up when a user was doing a backup of the database which uses the TransferSpreadsheet method to copy the contents of two tables to an Excel workbook. Thanks in advance for any guidance.
Top Bottom