Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
shubham_jain22
Contributor
Contributor

Run excel macro from talend

How to run excel(.vba) macro from talend?

Labels (9)
1 Reply
Anonymous
Not applicable

Take a look at this answer I found here: https://stackoverflow.com/questions/44177068/unable-to-run-macro-from-java-code

 

You will need to write the vb script file as shown in the question, then you can call the code to run the script using a tJava or tJavaFlex if you need to run this for each row of your job.