Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Tracking Changes Iona Excel Worksheet Functions 1 January 31st 09 04:54 AM
Tracking changes in excel mlayden Excel Discussion (Misc queries) 1 October 30th 06 08:11 PM
tracking changes in excel mlayden Excel Discussion (Misc queries) 0 October 30th 06 04:21 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
Tracking worksheet names in functions locutus243 Excel Worksheet Functions 8 December 5th 05 08:56 PM


All times are GMT +1. The time now is 07:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"