Running extensive VBA Code using Alteryx
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Dear Alteryx Community,
I have a large VBA macro, consisting of many modules, functions, etc., which I would like to apply to the Excel output file of an Alteryx workflow.
I want the workflow to "trigger" the macro so that it is executed directly at the end of the workflow run. The VBA macro "formats" the Excel file, creates Overview Tables based on the data, etc.
In general, I have managed to run a VB script via workflow using the "RunCommand" function before, but locally on my computer. However, now the following problems arise here in my opinion:
- The workflow runs through an Alteryx server, as this is for my company and is used by multiple users. Can the workflow then execute a VBA or VB script at all?
- In general, can VBA code be executed by an Alteryx workflow or only VB script?
I would be very grateful for your comments, answers, opinions and questions.
- Labels:
- Macros
- Run Command
- Server
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx does have the ability to call a VBA script.
Please refer the post below. It explains in detail on how this can be done:-
Hope this helps.
Best,
Jagdeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@JagdeeshN the post is showing as archived could you please provide any other source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
TY
