List my source code
Hello friends,
I'd like to know how to get all my vba code from an access 2002
application (.mdb).
I want to send it all to a text file and then compare it to my older
versions to follow changes.
Thanks.
Re: List my source code
When in the VBA editor, click File>Print and then select 'Current
Project'. The click on 'Setup' and under printer name you should see
a 'Microsoft Office Document Image Writer' selection. Click that
click 'Ok' and then click 'OK' again and you should get your code in
one document. That should do it.
Re: List my source code
Hi,
> I want to send it all to a text file and then compare it to my older
> versions to follow changes.
Here you can find code to export all objects to a text file - not only
modules.
http://www.access-programmers.co.uk/forums/showthread.php?t= 99179
Regards
Jens