what is the reference for vbext_ct_ClassModule
-
Sonntag, 3. Februar 2013 02:30What is the library I need to add as a reference to Acc2010 to make vb_ext ... objects available?
peter n roth - http://PNR1.com, Maybe some useful stuff
Alle Antworten
-
Sonntag, 3. Februar 2013 11:14
The objects this constant refers to are class modules. They are part of the standard VBA library that is always available (you can't clear the reference to the Visual Basic for Applications library).
The constant, however, is defined in the Microsoft Visual Basic for Applications Extensibility 5.3 library. This library exposes the methods for creating and modifying VBA code programmatically.
Regards, Hans Vogelaar
- Als Antwort markiert Peter N Roth Montag, 4. Februar 2013 02:24
-
Montag, 4. Februar 2013 02:24Thanks, Hans!
peter n roth - http://PNR1.com, Maybe some useful stuff

