Zitat:
Original geschrieben von flinx
Code:
Dim myexcel As Object
Set myexcel = CreateObject("excel.application")
myexcel.Visible = True ' Wenn notwendig ...
myexcel.Workbooks.Open "Pfadzurexceldatei"
' Mach irgendwas
myexcel.Quit
Set myexcel=Nothing
so ca. sollts gehn...
|
danke, hört sich sehr plausibel an - werds gleich ausprobieren.