I need to run a VBA script from python.
My VBA script just count the number of columns and number of rows in an excel sheet.
I need to execute that VBA script from inside python. Is it possible?
How can I do it?
Thank You!
My VBA script just count the number of columns and number of rows in an excel sheet.
I need to execute that VBA script from inside python. Is it possible?
How can I do it?
Thank You!
Comment