Programmieren - alles kontrollieren 4.934 Themen, 20.613 Beiträge

excel 2007 über vbs schliessen

logo_3 / 1 Antworten / Flachansicht Nickles

Hallo,

nach Beendigung eines Job soll ein vbs (script) soll den excel schliessen
ich habe es bereits mit outlook versucht und es funktioniert.

der script sieht so aus:

Set objOLK = createObject("Outlook.Application")
objOLK.quit
Set objOLK = Nothing

ich dachte mir, wenn ich outlook durch excel ersetze dann sliess den script excel statt outlook


Set objOLK = createObject("Excel.Application")
objOLK.quit
Set objOLK = Nothing


aber es funktionert nicht, ect seltsam.

kann mir bitte jemand dabei helfen ?

danke

Logo_3

bei Antwort benachrichtigen
Bergi2002 logo_3 „excel 2007 über vbs schliessen“
Optionen

Hab mal gegoogled - das Problem ist bei Excel wohl eine "Global Referenz" auf ein Objekt, dass anscheinend noch ein laufendes Excel-Programm suggeriert - Lösung gibt es wohl hier: http://ww3.cad.de/foren/ubb/Forum226/HTML/000131.shtml - lies dir mal die Antwort vom User Startrek (http://ww3.cad.de/foren/ubb/Forum226/HTML/000131.shtml#000001) durch.

BG,

Bergi2002

Life* - *available for a limited time only. Limit one (1) per person. Subject to change without notice. Provided "as is" without any warranties. Nontransferable and is the sole responsibility of the recipient. May incur damages arising from use or misuse. Additional parts sold seperately. Your mileage may vary. Subject to all applicable fees and taxes. Terms and conditions apply. Other restrictions apply. (c) Cheezburger.com
bei Antwort benachrichtigen