Excel 2013 - VBA Add-in - Newbie question - Can't see or run macros
Excel Add-in newbie question:
I have an Excel add in that I just loaded. TestofAddin.xlam
I want to run the macro "test" which is in a module1 in the add-in file. When I press Alt+8, I don't see the macro listed.
How can I run the macro called "test"?
VBAMicrosoft ExcelMicrosoft Office
Last Comment
Noah
8/22/2022 - Mon
Martin Liss
It must start with just Sub or Function. In other words no "Private" or "Public".