Hallo Leute,
ich kann Word aus ACCESS VBA heraus öffnen mit:
Dim oWordApp As Object
Dim oWordDoc As Object
Set oWordDoc = CreateObject("\\iaf-data\srombach\Eigene Dokumente\test.doc")
oWordDoc.Application.Visible = True
Set oWordApp = Nothing
Set oWordDoc = Nothing
Leider bleibt Word im Hintergrund, und es sollte schreibgeschützt geöffnet werden.
Wie hole ich Word nach vorne?
Grüsse