I am trying to create a menu with shapes that create itself on every page and fills in sheet names as shape text boxes.
I want to loop through an array of sheet names and an array of macro names and assign a macro for each shape textbox.
Dim sheetNames As Variant
Dim macroNames() As Variant...