Macro
Everything on SkillVeris tagged Macro — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 2 libraries
Study Notes(5)
Macros
Learn how dbt macros turn repeated Jinja + SQL patterns into reusable, function-like building blocks, and how community packages like dbt_utils extend them fur…
Building a Report Automation Macro
A step-by-step walkthrough of building a real VBA macro that consolidates raw data, computes summaries, formats output, and exports a monthly report to PDF.
The VBA Editor and Macro Recorder
A tour of the Visual Basic Editor and the Macro Recorder: the two tools every VBA beginner uses to write, explore, and learn code.
Your First VBA Macro
Write, run, and debug your very first macro: set up the Developer tab, add a module, greet the user with MsgBox, write to a cell, and step through the code.
The @Observable Macro
See how the iOS 17 @Observable macro replaces ObservableObject with automatic, fine-grained property tracking that simplifies SwiftUI model code.