» Launch Word file from Excel VBA
CATEGORY - Applications - Word, Outlook in VBA
VERSION - All Microsoft Excel Versions
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
Book Store:
Recommended Books:
- Investments + S&P Card + Powerweb + StockTrak discount coupon
- Microsoft Windows XP Inside Out
- Business Analysis and Valuation: Using Financial Statements, Text and Cases
- Microsoft Excel 2002 Simply Visual
- Microsoft PowerPoint Version 2002 Step by Step
- Treason: Liberal Treachery from the Cold War to the War on Terrorism
No comments have been submitted.

