Message 1 of 17

Not applicable
09-11-2015
05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to get a code taht creates a combo box list of all the blocks in a drawings whihc begin with "type1" in the name.
This is code I have at the moment whihc i thought would create a combo box off all the blocks, but it does not populate the box for some reason.
Private Sub ComboBox2_Change()
Dim oBlocks As AcadBlocks
For Each oBlocks In ThisDrawing.Blocks
ComboBox2.ListIndex = 0
End Sub
I need help fixing my current code and then altering to search for blocks which begin with "type1"
Thanks,
Sandy
Solved! Go to Solution.