I was opening up Word documenets with:
oApp.Documents.Open Filename:=LWordDoc, ReadOnly:=True
But now using URL's
Application.FollowHyperlink strFile
Problem is the Word documents being opened are not protected being read only. Is there any way round it?? Thanks
oApp.Documents.Open Filename:=LWordDoc, ReadOnly:=True
But now using URL's
Application.FollowHyperlink strFile
Problem is the Word documents being opened are not protected being read only. Is there any way round it?? Thanks