Hi glen
Check out this site
http://www.cpearson.com/excel/vbe.htm
--
Regards Ron de Bruin
http://www.rondebruin.nl
"Glen Mettler" wrote in message ...
I would like to delete a module and then import another - programmatically.
For example:
Delete Module3
Import "New Module3.bas"
How can I do that?
Glen