Is there anyway that a piece of excel VBA can be started by Data Manager? Like a call function?
The idea of the VBA is to run a macro which converts multiple excel workbooks into csv format. The csv files are then read into data manager. Unless there is any built functionality within Data Manager?
Many thanks in advance...
Can the VBA script be fired off from the command line? If so, you can use the system() function in something like a Procedure Node or a variable initialisation value to fire it off.
MF.