Search:

Type: Posts; User: highlowjack

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,173

    Below (In RED) is the Excel VBA CODE to open an...

    Below (In RED) is the Excel VBA CODE to open an Excel file with MACROS DISABLED.

    I need to use C++ to open the Excel file with MACROS DISABLED

    Application.EnableEvents = False
    Workbooks.Open...
  2. Replies
    6
    Views
    3,173

    CORRECT: launching the file within excel, but...

    CORRECT: launching the file within excel, but making sure excel itself runs with "macros disabled".

    I just want to OPEN an Excel file located on the windows desktop with MACROS DISABLED (using...
  3. Replies
    6
    Views
    3,173

    OPEN an Excel file with MACROS DISABLED

    Does anyone know how to OPEN an Excel file with MACROS DISABLED using C++?

    - The Excel file contains VBA macros.
Results 1 to 3 of 3