Hello,
I am currently trying to run a VBA code to extract pdf attachments from a .msg file.
The macro works in Excel, but when I try to run it in UiPath using the Invoke VBA method, I get the following error in the “Dim app As Outlook.Application” line:
Why is this error occurring when using the Invoke VBA activity?