I have a front-end working fine on several machines with one exception. One workstation generates an error at the line:
Set objOutlook = New Outlook.Application
The error is #70 – Permission Denied.
I tried using GetObject – which generated error #429 “ActiveX component can’t create object” – and CreateObject which gives error #70 Permission Denied.
I’m particularly frustrated because this line works fine 4 out of 5 workstations.
Gwenda