Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using Office 2007 and Win XP;
If possible, could someone please modify the following function in such a way that I would no longer have to reference Microsoft Visual Basic Extensibility? (watch for line wrapping) Public Function ProcedureExists(argProcedureName As String, argModuleName As String) As Boolean 'returns true if a procedure already exists: On Error Resume Next ProcedureExists = ActiveWorkbook.VBProject.VBComponents(argModuleNam e).CodeModule.ProcStartLine(argProcedureName, vbext_pk_Proc) < 0 End Function Thanks much in advance for your assistance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extensibility Library | Excel Programming | |||
Lost VBA extensibility library reference | Excel Programming | |||
VBA extensibility Library | Excel Programming | |||
VBA Extensibility | Excel Programming | |||
VBA Extensibility problem | Excel Programming |