Thread: Modules
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Modules

Hi Rich,

See Ron de Bruin's code (and addins) at:

http://www.rondebruin.nl/sendmail.htm


---
Regards,
Norman



"Rich" wrote in message
...
I am trying to write a piece of VBA code that takes a copy of a workbook,
then deletes the module from the copy before e-mailing itself to someone.

I can do everything except delete the module.

Can anyone tell me how to delete "Module1" from workbook using VBA.