Hi Experts,
I am now facing a problem, I build a script calling application 'outlook' in it with a XLSM marco,
I then call VBS via workflow, it works fine on my laptop. but when I run it in server, it run and return successful but nothing happens. I wondering there is a limitation on the application that been called inside a VBS from server or we shall have any special setting or installation in server to make it happen? do we have any information about this.
the code in VBA is like this
Set lappOutlook = CreateObject("Outlook.Application")
Set lappNamespace = lappOutlook.GetNamespace("MAPI")
Set lappRecipient = lappNamespace.CreateRecipient(Rng.Cells(i, 1))
lappRecipient.Resolve