Thread: Remove Modules
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pedro Serra Pedro Serra is offline
external usenet poster
 
Posts: 19
Default Remove Modules

Is it possible to build a code to remove excel vb module 1, module 2 and
module 3 that I have in my VBA project?

For instance I'm trying to remove module 1 after I execute the macro, I then
execute the macro in module 2 and remove module 2 ...

Thanks,