Locating Functions within Excel Macros -


i'm using excel macro create 4d graph threedify add-in. when record macro, doesn't pick command perform using add-in. can go in , edit code, can't find commands insert data graph/threedify. there way locate or view add-in formulas excel?

you should able see functions available in object browser in vb editor.

in vb editor, strike f2 key, select addin vba project in drop-down @ tyhe top, classes/modules listed in listbox on left, , when click on each 1 can see (public) functions or procedures.

here picture:

enter image description here


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -