When I started at Bates Group, LLC one of my first assignments was to debug an Excel VBA macro. Knowing nothing about the language I fought my way through the bug and fixed the macro. After that I quickly decided to learn more about the language. Since “Hello World” only gets me so far, I… Continue reading More than a “Hello World” in VBA
Category: Programming
Starting a Windows Forms .NET Application
This week at work I have been redesigning the flow of our internal application. When Sally gets into work the first thing she does is launch this internal application. The application opens to a login form which disappears when she enters her credentials. A secondary screen then shows up asking which set of data she… Continue reading Starting a Windows Forms .NET Application