Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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?

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.