I returned to an Excel spreadsheet with VB macros written about a year ago to find that the macros don't work. When I went to debug one, execution was stopped at the very first line of code. Here's how it starts:
Sub RestoreUnEqualGapSizesExample()
HeaderRow = 14
The error encountered was "Compile error: Can't find project or library"
Offline help directed me to the References dialog box where, after I stopped debugging, I found:
"MISSING: ActiveCGM Control"
This may be related to a migration from Excel 2003 to Excel 2010 since last used. What's needed?