List all data types programmatically (1 Viewer)

mrashid

New member
Local time
Today, 10:48
Joined
Jun 28, 2010
Messages
5
Hi Forum Members,

I want to ask how can I list all standard Data Types, Classes, Collections, and Controls which are loaded currently in a VBA IDE session using VBA CODE (programmatically). I need for developing an Add-In for MS Access.

For clarification, from References you added Microsoft DAO 3.6 Object Library, then you added Microsoft Windows Common Controls 6.0. I should get all the primitives data types (Integer, Byte, Boolean, ...), all classes exist in DAO Library, all standard controls (Label, TextBox, ...), and all controls exist in Microsoft Windows Common Controls 6.0.

For those who know MZTools I want exactly like what MZTools give in its Comboboxes when you try to add a Procedure.

I spent lots of time in the net for a clue but am result less. Many asked the same question but there were no good answer.
 

Users who are viewing this thread

Top Bottom