Hi all,

I would like to programmatically export all the VBA code from an Excel file.
Preferably java, but any language will do.

I want to end up with a plain text file with all the code. This is what you get when you exprt the code from the VB Editor, but I want to do it automatically.

I also don't want to have to edit the VBA code in the original Excel file.

Thanks in advance