How to Build a COM-Visible Executable with Python Recently I had to figure out how to make a COM-visible executable from python. I’d worked on something similar about… Continue reading “How to Build a COM-Visible Executable with Python”…
Tutorial: Running VBA Code From Python Let’s say you have some Excel macros that you’d like to integrate with python. If you’ve got the time &… Continue reading “Tutorial: Running VBA Code From Python”…
Visual Basic and Source Control Made Easier Visual Basic for Applications (VBA) doesn’t play well with source control, in particular because a VBA project is part of… Continue reading “Visual Basic and Source Control Made Easier”…
To IDE or Not to IDE… When I first learned python, I attended a 3-day “boot camp” and one of the things our instructor asked was… Continue reading “To IDE or Not to IDE…”…