G
George Lee
I am converting some VBA applications to Web versions. They will run VBScript
on Web pages hosted on a server to open Word documents, check some
conditions, and report back to the user. The problem is Word is considered to
be an unsafe ActiveX control. Current security settings prevent that code
from
running, and users are prohibited by security policy from manually
changing this.
How can Word be made safe to run this code?
on Web pages hosted on a server to open Word documents, check some
conditions, and report back to the user. The problem is Word is considered to
be an unsafe ActiveX control. Current security settings prevent that code
from
running, and users are prohibited by security policy from manually
changing this.
How can Word be made safe to run this code?