ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Tracking down functions in use (Excel 97) (https://www.excelbanter.com/excel-programming/275343-tracking-down-functions-use-excel-97-a.html)

Paul

Tracking down functions in use (Excel 97)
 
I have inherited a fairly complicated workbook, which
calls various external functions in a number of other
workbooks / XLLs. I'm trying to analyse what these
dependencies are.

Without trawling through all the code manually, I'd like
to get a list of the external functions on which the
workbook and its VBA modules depend. In the VBA editor,
Tools-References tells me which other files I have
dependencies on, but not the names of the
functions/references I'm using in each of these files.

Does anyone know whether there's an easy way to get a list
of what specific functions are being referenced?


Thanks in advance!
Paul


microsoft[_3_]

Tracking down functions in use (Excel 97)
 
hi paul,

what you can do is select all the vba code and paste into
a text editor w/ sort capability (like editPadPro from jgsoft.com
- free trial download).

in that particular editor, select all & hold Shift + Tab to move
the code leftmost .. then sort (Extras Sort alphabetically)

this will help greatly in putting all your Declare statements together
thus giving your needed list.

hope this helps,
theHman

"Paul" wrote in message
...
I have inherited a fairly complicated workbook, which
calls various external functions in a number of other
workbooks / XLLs. I'm trying to analyse what these
dependencies are.

Without trawling through all the code manually, I'd like
to get a list of the external functions on which the
workbook and its VBA modules depend. In the VBA editor,
Tools-References tells me which other files I have
dependencies on, but not the names of the
functions/references I'm using in each of these files.

Does anyone know whether there's an easy way to get a list
of what specific functions are being referenced?


Thanks in advance!
Paul





All times are GMT +1. The time now is 10:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com