How to list macro names in a combo box or a list box 
Author Message
 How to list macro names in a combo box or a list box

Hi everyone,

Is there someone who knows how to list macro names in a combo box or a list
box?

For example, with the code below I can list all my style names in a combo
box:

Private Sub UserForm_Initialize()
   For Each sty In ActiveDocument.Styles
       ComboBox1.AddItem (sty)
   Next sty
Next Sub

How to do the same with macro names?

Thank you all in advance.

Edson Furman



Fri, 24 Sep 2004 06:04:37 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to list macro names in a combo box or a list

2. How to list macro names in a combo box or a list

3. dialog box with list box or combo box

4. Limiting Access to Text Boxes, List Boxes and Combo Boxes

5. Listing all tables or queries in a list/combo box

6. Rebuild select list for combo/list box

7. Use list from excel or access to populate combo/list box

8. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

9. Updating a combo box list W/limit to list selected

10. Adding the alphabet in a list box or combo list

11. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

12. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

 

 
Powered by phpBB® Forum Software