A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this code with a couple ...
Learning even basic VBA scripting can completely change how you use Excel, turning it from a static tool into a personal automation powerhouse. By recording macros, tweaking simple code, and gradually ...
But there are signs of new life in the VB ecosystem, most recently on the Visual Basic for Applications (VBA) side of things. This week saw a couple of improvements to Rubberduck, a project to upgrade ...
Microsoft's latest version of Visual Basic, often called VB.NET, can help you create professional looking desktop applications and websites quickly. That's possible because the .NET framework upon ...
Connecting Visual Basic to SQL databases gives your applications the ability to store, retrieve, and update information dynamically. By setting up the right environment, using ADO.NET for database ...
Usually, I use the Serial Monitor of the Arduino IDE to communicate with the Arduino hardware. But now, I want to build an application on my computer that allows me to click some buttons to control ...