I\'m relatively new to programming/python, so I\'d appreciate any help I can get. I want to save an excel file as a specific format using Excel through COM. Here is the c
As a general rule I find it really useful to pre-record any code in the VBA IDE in Excel. This way you can find out all the values of constants etc that you need to use within your python code. You can also make sure stuff will work from within a more controlled environment.