Hi
My VBA code is currently working fine in local environment using Office 365. Here I trying to create object
Set encode = CreateObject("System.Text.asciiEncoding") as shown.
But when I run the same VBA using Citrix environment, it throws error while creating object with a message "Automation Error"
Any help will be great.
Thanks
Raju