View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_4_] Glen Mettler[_4_] is offline
external usenet poster
 
Posts: 70
Default How to delete & import a macro

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