Hallo,
wie ist es Möglich, eine Word-Datei über ein VBScript zu öffnen?? Wie man Wörd öffnet weiß ich schon. mir fehlt nur noch deer Befehl zum öffnen einer Word-datei und wie man den Inhalt kopieren kann. Danke schon mal für eure Antworten
Gruß Aggro
Hier mein bisheriger Quelltext:
Set appWord = CreateObject("Word.Application")
appWord.WindowState = 0
appWord.Height = 600
appWord.Width = 800
appWord.Left = 40
appWord.Top = 20
appWord.Visible = True \' Display the application.
Programmieren - alles kontrollieren 4.934 Themen, 20.613 Beiträge
Habe ich schon mal erwähnt wie super ich diese Internetseite finde???
Der Tipp war ebenfalls Goldrichtig! Aber nun habe ich immer noch das Problem, das mir der Inhalt dieses Word-Dokumentes nicht in der E-Mail angezeigt wird.