View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ronn2007@hotmail.co.uk is offline
external usenet poster
 
Posts: 3
Default VBA - Copy paste all Modules

Hi, is there a way to programmatically copy and paste (into a text
file, say) all Subs, Functions etc from all Modules in an Excel
workbook?

This is so I can use this as project documentation. I have tried
MZTools but can't see where I can do the above.
Thanks for any pointers.