Posts

Core Concepts for Visual Basic for Applications Automation

VBA is derived from Visual Basic 6–era syntax and runtime, embedded into apps like Excel, Word, and Access.

VBA (Visual Basic for Applications) is the built-in scripting language for Microsoft Office that lets you automate repetitive tasks, build custom tools, and control Office apps like Excel, Word, and Outlook programmatically. With VBA you can write macros to clean and transform data, generate reports, interact with other files and systems, and create simple user interfaces—all inside the Office documents your users already work with.

Michael Baggett

GitHub Actions: Brief Tutorial

This is bascially a quick and dirty cheat sheet.

Git is an open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is widely used for collaborative software development and Github is the leading Git platform.

Michael Baggett

Screen-Terminal Multiplexer (GNU)

Screen enables you to run several separate shell sessions simultaneously within one terminal window.

GNU Screen is a terminal multiplexer that allows you to create, manage, and navigate between multiple terminal sessions from a single window or remote terminal connection

Michael Baggett