I have a button on a form with code which opens WORD but I would like it to open a specific document when it opens.
The file I want to open has spaces in the filename.
ex "\\Treas_data_fs1\DATA\Senior Citizen\Letter.doc"
Any help would be greatly appreciated ...
thanks Tom
Here is my code so far
(which starts WORD ok with no current document)
##########################################################
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
Tom Moran
Lansing, Michigan
The file I want to open has spaces in the filename.
ex "\\Treas_data_fs1\DATA\Senior Citizen\Letter.doc"
Any help would be greatly appreciated ...
thanks Tom
Here is my code so far
(which starts WORD ok with no current document)
##########################################################
Dim oApp As Object
Set oApp = CreateObject("Word.Application")
oApp.Visible = True
Tom Moran
Lansing, Michigan