Hallo,
ich würde gerne unter VB ein Word-Dokument, was ich erstellt habe per E-Mail senden. Hat jemand nen Tipp???
Gruß Aggro
Mein bisheriger Quelltext:
\'create a Word Application
Set appWord = CreateObject("Word.Application")
appWord.WindowState = 0
appWord.Height = 600
appWord.Width = 800
appWord.Left = 40
appWord.Top = 20
appWord.Visible = True
\'open a Word document
appWord.Documents.Open "C:\\Dokumente und Einstellungen\\b600806\\Desktop\\http.doc"
\'close the Word document
appWord.Quit wdSaveChanges