Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Macro "relationship" grapher ??

I have a rather old Excel VBA application I wrote so years ago that I
would like to get working again. (Oh why did it stop working ?) It
stopped working because I'm a dork, didn't keep a copy of the final
working version, made modifications that I never finished, and now I
could really it right now for something I'm looking at.

So I'm hoping to find something I can use to look at my code and show me a
sorta graphical relationship diagram of the macros and what references
what. Even a text version of the reference relationship would work fine.

Is there any such beast that does this for Excel VBA applications ?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default Excel Macro "relationship" grapher ??

Hi Sean,
You can get a list of Function and Sub and identify duplicate
names, and it is reading code and tells how many lines each
subroutine/function has.
Subroutine and Function Table for Open Workbooks (#ListFunctionsAndSubs)
Build Table of Contents, similar listings, working with Hyperlinks
http://www.mvps.org/dmcritchie/excel...nctionsandsubs

Something more along the lines of what you asked might be found in
Rob Bovey's "Code Documentor" at
http://www.appspro.com/Utilities/Utilities.htm

Pehaps not useful at the moment for what you are looking for, but
another good place to look would be Stephen Bullen's MVP page
http://www.bmsltd.ie/mvp/MVPTitl.htm
which often has addins for some more difficult and intensive work that
you need from time to time. Stephen's own work can be seen from
his home page. http://www.bmsltd.ie/Excel/Default.htm

HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Sean O'Neill" historesponse wrote in message
etethistoresponse.info.deletethistoresponse...
I have a rather old Excel VBA application I wrote so years ago that I
would like to get working again. (Oh why did it stop working ?) It
stopped working because I'm a dork, didn't keep a copy of the final
working version, made modifications that I never finished, and now I
could really it right now for something I'm looking at.

So I'm hoping to find something I can use to look at my code and show me a
sorta graphical relationship diagram of the macros and what references
what. Even a text version of the reference relationship would work fine.

Is there any such beast that does this for Excel VBA applications ?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Macro "relationship" grapher ??

On Thu, 10 Jun 2004 11:46:29 -0400, David McRitchie wrote:

Hi Sean,
You can get a list of Function and Sub and identify duplicate
names, and it is reading code and tells how many lines each
subroutine/function has.

<SNIP

Thanks Dave !!! Much appreciated.

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
adding a "relationship code" to a worksheet pat67 Excel Worksheet Functions 4 January 18th 10 09:18 PM
2007 Need macro to auto set option buttons all to "Yes" or "No" Paula Excel Worksheet Functions 1 October 20th 09 08:07 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
Run macro only if Field E10 = "WO ID" and AB10 = "Spec Sizing" ldiaz Excel Discussion (Misc queries) 2 March 15th 08 07:26 PM
Macro to concatenate into "B1" B2 thru B"x" based on new data in "Col A" Dennis Excel Discussion (Misc queries) 0 July 17th 06 02:38 PM


All times are GMT +1. The time now is 09:52 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"