A
Alan Riley
I want to open a document in the background, and move text to the
active document. In windows I've used...
Set doc = Documents.Open(Filename:=strFileName, Visible:=False)
....to return an invisible document object without interupting the users
session.
However, it seems that the 'Visible' parameter is not available on the
Mac, so I was hoping that one of you may have an alternative solution.
Thanks
Alan
active document. In windows I've used...
Set doc = Documents.Open(Filename:=strFileName, Visible:=False)
....to return an invisible document object without interupting the users
session.
However, it seems that the 'Visible' parameter is not available on the
Mac, so I was hoping that one of you may have an alternative solution.
Thanks
Alan