View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default How to delete & import a macro

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