User Defined Functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have inherited a spreadsheet with user defined functions. (e.g.
"=StatLib_CalcMeanLnDist(AL15,AL16)").

Where do I go to to find the "code" behind this function?

Any help will be greatly appreciated.

Frank
 
In the VBA.

Hit Alt-F11, select the workbook from the explorer window, and open the code
modules in there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Press Alt + F11 to open the VBE and look in the project pane to the left, of
course if it is password protected you can't see the code
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top