Thanks to Elk Grove Village, Illinois for submitting the tip
This code will allow you to launch an existing Word file using a command button in Excel.
Private Sub CommandButton1_Click()
Set wrdApp = CreateObject("Word.Application")
Set wrdDoc = wrdApp.Documents.Open("C:FolderLocationFilename.doc")
End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks