View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex J Alex J is offline
external usenet poster
 
Posts: 85
Default Follow Then Thread (Sewing 101?)

All,

I am currently doing an User Interface optimization pass on a large VBA app.
(Reduce callup times, screen flashes from multiple
application.screenupdating, speeding userform callups, etc.)

Is there VBE capability (aside from the VBE Stack List) or available tool
functionality whick effectively tracks and documents the application thread
through multiple programs in VBA?

Help would be appreciated.

Alex J