Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As the web page states at the top, you need to create a reference to the
Microsoft Visual Basic Extensibility Library. -- Regards, Tom Ogilvy "jgranda" wrote in message ... I am using the code from the pearson website but there is a case of user error - me. I am receiving the following error message: "Compile error: User-defined type not defined" The code I am using is: Sub DeleteModule() Dim VBComp As VBComponent Set VBComp = ThisWorkbook.VBProject.VBComponents("Module1") ThisWorkbook.VBProject.VBComponents.Remove VBComp End Sub When I run the debugger, it is highlighting the line Dim VBComp As VBComponent. Can someone give me advice on how to correct? Thanks, Joe |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Macros | Excel Worksheet Functions | |||
Removing macros from workbook | Excel Discussion (Misc queries) | |||
Removing macros using VBA | Excel Programming | |||
Removing macros using VBA | Excel Programming | |||
Removing Macros | Excel Programming |