I'm thinking that I'm going to have to run monthly reports in Crystal Reports. I've read that you can automate this with COM/ActiveX but I'm not that advanced to understand what this is or what you can even do with it.
I'm fairly familiar with Python and it looks like from what I've read, I might be able to open the report, maybe change some parameters, run it, and export it.
I also do a lot of work with Excel and it looks like you also use COM/ActiveX to interface with it.
Can someone explain how this works and maybe provide a brief example?