running a macro from an add-in

后端 未结 5 836
挽巷
挽巷 2020-12-09 22:15

i have an add-in called book1. inside the addin there is a module called module1 which has a sub called addin1

i would like to run the macro addin1 from a different

5条回答
  •  庸人自扰
    2020-12-09 22:39

    In addition to Jacob G's answer - if your .xlam book is protected by password, you should open it for edit (i.e. enter password). Otherwise macros of the .xlam book will not be visible in "Choose Commands From Dropdown"

提交回复
热议问题