![]() |
#1
|
|||
|
|||
![]()
Need Help With Opening a Word Document from Access AND having Document_Open() activate automatically AND having the file available for editing/saving.
I have tried the following, but the document opens as a READ-ONLY file and VBA is NOT enabled or prompted for. ![]() I need the file to open for editing & saving, and with VBA enabled automatically. Code:
Private Sub cmdTO_Click() On Error Resume Next Dim Webtarget As String Dim wdObj As Object Dim wdDoc As Object 'Must enable the Microsoft Word 14.0 Object Library from the Tools menu, References. Webtarget = "\\...\ShiftTurnover\U1TO.docm" Set wdObj = CreateObject("Word.Application") wdObj.Visible = True wdObj.Activate Set wdDoc = wdObj.Documents.Open(Webtarget) DoCmd.SetWarnings True End Sub Your help is GREATLY appreciated. ![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
JennEx | Word VBA | 3 | 06-20-2013 10:10 AM |
![]() |
HenrikSandstrom | Word | 1 | 12-03-2012 03:52 PM |
![]() |
bTaryag | Word | 1 | 08-02-2011 02:48 PM |
Word document not opening | 7beats | Word | 2 | 04-16-2010 12:40 AM |
Opening word document problem | SPARKY77 | Word | 4 | 11-02-2009 01:34 AM |