VBComponent Types

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

VBComponent Types


Who has a list of all the VBComponent Types are?

Thanks
Todd Huttenstine
 
Todd,

Set a reference to the VBA Extensibility library, and the search
the Object Browser for vbext_componenttype. You'll see that there
are 5 types: vbext_ct_ActiveXDesigner (=11), vbext_ct_ClassModule
(=2), vbext_ct_Document (=100), vbext_ct_MSForm (=3), and
vbext_ct_StdModule (=1).


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Back
Top