Coding Challenge: Pack Your Macro
Complete this hands-on exercise to pack a macro inside a package and import it into your project.
We'll cover the following...
We'll cover the following...
Problem
Here’s a macro that groups by a column and counts distinct values of a field:
As this macro is ...