Benutzer mit den meisten Antworten
Excel 2000 Excel 2007

Frage
-
Hallo,
ich will Excel öffnen und dann mit folgendem Code eine Arbeitsmappe öffnen:
Dim exApp As Excel.Application = New Excel.Application() exApp.Visible = True exApp.Workbooks.Open("C:\pdm.xlsx") Dim exWBook As Excel.Workbook = exApp.Workbooks.Application.ActiveWorkbook Dim exWSheet As Excel.Worksheet = exWBook.Worksheets(1)
das Problem ist, ich habe Excel 2000 und Excel 2007 auf meinem PC installiert.
Nun wird bei mir immer Excel 2000 geöffnet, damit kann ich natürlich keine *.xlsx aufmachen.
Kann mir jemand erklären wie ich bewußt Excel 2007 öffnen kann?
Grüße
Antworten
-
Falls das Problem noch besteht?:
Ruf zuerst das Excel 2007 einzel auf und verweise dann beim ausführen auf die Process ID.
(Frage: Ist Excel 2007 als Standard Programm für .xlsx Dateien definiert?)
Nö, Ich habe Excel 2007 nochmal neuinstalliert und dann ging es.- Als Antwort markiert Aleksander Chalabashiev Montag, 11. Mai 2015 10:44
Alle Antworten
-
Falls das Problem noch besteht?:
Ruf zuerst das Excel 2007 einzel auf und verweise dann beim ausführen auf die Process ID.
(Frage: Ist Excel 2007 als Standard Programm für .xlsx Dateien definiert?)
Nö, Ich habe Excel 2007 nochmal neuinstalliert und dann ging es.- Als Antwort markiert Aleksander Chalabashiev Montag, 11. Mai 2015 10:44