Jul 6, 2004 #1 MrBaRRon Programmer Aug 8, 2003 39 IT Hi everybody, I have some troubles to open a word file from ACCESS in VBA. The syntaxI use works only when Word is already opened. Can U give me a code who works even if Word is closed I mean a code that open word and open the file without troubles Thank U
Hi everybody, I have some troubles to open a word file from ACCESS in VBA. The syntaxI use works only when Word is already opened. Can U give me a code who works even if Word is closed I mean a code that open word and open the file without troubles Thank U
Jul 6, 2004 1 #2 Molby Technical User May 15, 2003 520 GB Have you tries the Create object? Set acApp = CreateObject("Word.Application") acApp.Visible = True Upvote 0 Downvote