I want to take my thread: thread707-586046 A little further.
I've been experimenting with this code, what I want do do now is the same thing except with comboboxes where my combobox's are named ComboBox1, ComboBox2 etc...
First I tried to use the code supplied and find what type of inlineobject a combobox was:
Dim sh As InlineShape
For Each sh In ActiveDocument.InlineShapes
MsgBox sh.Type
Next
except it never seemed to find them - or any other object - it only found the checkboxes, which displayed a message box with a 5 in it. Then I searched VB help and tried a keyword search here as well as google, I am still empty handed.
Any suggestions would be great!
Thanks in Advance,
NoChoice
I've been experimenting with this code, what I want do do now is the same thing except with comboboxes where my combobox's are named ComboBox1, ComboBox2 etc...
First I tried to use the code supplied and find what type of inlineobject a combobox was:
Dim sh As InlineShape
For Each sh In ActiveDocument.InlineShapes
MsgBox sh.Type
Next
except it never seemed to find them - or any other object - it only found the checkboxes, which displayed a message box with a 5 in it. Then I searched VB help and tried a keyword search here as well as google, I am still empty handed.
Any suggestions would be great!
Thanks in Advance,
NoChoice