L
Lars Brownies
In an Access2003 application I use the following code to open a
Word-document:
Set oApp = CreateObject(Class:="Word.Application")
oApp.Visible = True
oApp.Documents.Open FileName:=strFullPath
oApp.Activate
Set oApp = Nothing
When the doc is already opened, Word gives the user 3 choices (Open
read-only, etc.). I don't want this to happen. If the Word doc is already
opened by the particular user I just want Access to bring the already opened
doc to front.
Is this possible?
Thanks for any thoughts.
Lars
Word-document:
Set oApp = CreateObject(Class:="Word.Application")
oApp.Visible = True
oApp.Documents.Open FileName:=strFullPath
oApp.Activate
Set oApp = Nothing
When the doc is already opened, Word gives the user 3 choices (Open
read-only, etc.). I don't want this to happen. If the Word doc is already
opened by the particular user I just want Access to bring the already opened
doc to front.
Is this possible?
Thanks for any thoughts.
Lars