![]() |
#2
|
|||
|
|||
![]()
Hello Leeroy,
Check boxes are InlineShapes Try this for a start: Code:
Dim inls As InlineShape For Each inls In ActiveDocument.InlineShapes If inls.OLEFormat.ClassType = "Forms.CheckBox.1" and _ inls.OLEFormat.Object.Value = True Then 'Do something End If Next Brock |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Just a beginner...be nice please! | Tommy Gun | Project | 1 | 02-18-2009 03:06 AM |