M
mr tom
To open a specified document, one can use:
Sub OpenDocument()
Documents.Open FileName:="C:\MyFolder\Sample.doc"
End Sub
If I have a bookmark (name:"CustomerName") which will of course vary, how
can I use the Documents.Open command to open e.g.
c:\customers\&"CustomerName"&.doc?
Any thoughts?
Many thanks,
Tom.
Sub OpenDocument()
Documents.Open FileName:="C:\MyFolder\Sample.doc"
End Sub
If I have a bookmark (name:"CustomerName") which will of course vary, how
can I use the Documents.Open command to open e.g.
c:\customers\&"CustomerName"&.doc?
Any thoughts?
Many thanks,
Tom.