M
Mike
I am trying to open a word file when a user clicks on a
command button. So far, I have:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
This works, but it just opens up Word itself. How would I
make it so that a specific Word file is opened?
command button. So far, I have:
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
This works, but it just opens up Word itself. How would I
make it so that a specific Word file is opened?