Hi Team,
Is there a way to Apply Macros through the Invoke VBA activity for XLSB files ?
Currently Invoke VBA supports XLS and XLSX files. I need to apply macros on XLSB files.
Hi Team,
Is there a way to Apply Macros through the Invoke VBA activity for XLSB files ?
Currently Invoke VBA supports XLS and XLSX files. I need to apply macros on XLSB files.
you can try having a dummy excel of type .xls or xlsx and in the vba itself directly open the xlsb file and work on it and close it before the end of vba…
cheers
Hi
Is it possible directly the answer would be No, as there is no way to apply macros through the Invoke VBA activity for XLSB files. The Invoke VBA activity currently only supports XLS and XLSX files.
But u can do with some workarounds like
Hope this helps
Cheers @Ishan_Shelke