I pass a variable to the below to check if a document is open. If it's open, fine; however if it's not open, I get an error. I can trap the error, but is there a better way to check if there's a specific document already open?
If ActiveDocument = Request & ".doc" Then....
Thanks.
Any help appreciated.
If ActiveDocument = Request & ".doc" Then....
Thanks.
Any help appreciated.