Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was given code some time ago for removing modules and forms from a file.
The code is shown below. The weird thing is that this works fine on my machine, but not on any of my colleagues. Can someone tell me why? Is there a setting I need to be aware of? On my colleagues' PCs, it gives an error on the first line. Thanks Daniel Dim VBComp As Object Dim vbMod As Object For Each vbMod In ThisWorkbook.VBProject.VBComponents ThisWorkbook.VBProject.VBComponents.Remove vbMod Next vbMod |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing modules via VBA | Excel Programming | |||
Public, Private, Event modules, Forms modules,,, | Excel Programming | |||
Forms and Modules | Excel Programming | |||
Modules and Forms II | Excel Programming | |||
Modules and Forms | Excel Programming |