View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Allen_N Allen_N is offline
external usenet poster
 
Posts: 32
Default Code dependency reporting

Has anyone got a method for scanning VBA code and reporting references to
custom Subs, Functions, Classes, and Forms?

I want to package some of my macro library for distribution, but I don't
want to include subprograms that aren't actually required by the exported
subset.