View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_2_] Charlotte E.[_2_] is offline
external usenet poster
 
Posts: 70
Default List all code in workbook?

Just right-click on a Module, and 'Export'

This will save the VBA code as a simple text-file with the suffix .BAS.


CE


J.W. Aldridge wrote:
Charlotte,

If you have details on how to, I'd try it.


Thanx Nigel,
That gets me off the ground.