Hello. I am new to VB and am working on a program that opens Word documents and converts them to PRN format. The following code is giving me the "Permission Denied" error when I even try to compile this project:
Set gEnv = rdoEngine.rdoEnvironments(0)
It actually highlights the "rdoEnvironments", showing me I don't have rights to this particular object/property. I have verified I have referenced the "Microsoft Remote Data Object 2.0" in Project/References, but I still cannot compile the program successfully. Any ideas would be appreciated. Thanks in advance.
Set gEnv = rdoEngine.rdoEnvironments(0)
It actually highlights the "rdoEnvironments", showing me I don't have rights to this particular object/property. I have verified I have referenced the "Microsoft Remote Data Object 2.0" in Project/References, but I still cannot compile the program successfully. Any ideas would be appreciated. Thanks in advance.