Hi,
I have a query and need to know if anybody can help me with this. Here it goes:
Say I have downloaded an add-in from net and have added it to my workbook. Now if I try and go to see its procedures through VBA, it says its password protected and thus I cant see the procedures in it.
What I what to be able to do is call the procedures of this add-ins through my own macro (VBA).
eg:
there is an add-in "Change Case". I have added it to my menu list, and further sub-menus are lowercase, uppercase and propercase.
How can I access these features without having to click these in menus and rather be able to call it through a macro written by me?