Is there any method within Perl which would allow me to get the object in a read only mode, so as to avoid the dialog that pops up if the file is locked by another user?
$document = Win32::OLE->GetObject("$docFile")
or die "can't open $docFile";