Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Running Excel Macro in Alteryx Designer

chandu0
6 - Meteoroid

Hi Everyone! I am trying to run a Excel macro which refresh pivots and send emails to few people using Alteryx. I am using below approach to run excel macro.

https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Alteryx-Run-Command-Executing-Excel...

Macro is running fine for  refreshing data and pivots, when macro code goes to ActiveWorkbook.EnvelopeVisible = True
With .Parent.MailEnvelope

, it is throwing 1004 issue. This line of code is setting up email data to send out emails

When I run this macro manually from excel, it is working just fine. 

It would be really great if someone could help with this.

2 REPLIES 2
chandu0
6 - Meteoroid

If anyone is running Excel Macros using Alteryx which includes sending out emails, please share your process here

 

Thanks

KaneG
Alteryx Alumni (Retired)

I definiteely don't have that much experience with Excel Macros these days, but my best guess is that this is a trust issue. When Excel is open, and the macro being run from within Excel, the Trust for the VBA project is defined, however when it's called programmatically, that trust has not been 'opened' yet. 

 

That's just my best guess, and if that is the issue, there may be trust center settings that will fix it, otherwise, you may be able to convert the email process to an Alteryx Workflow.

Labels