S
steve
Hi All
I have several checkboxes on a Word document that I want to access via VB
net
These are checkboxes from the Control Toolbox toolbar
I have tried...
wordapp.ActiveDocument.StoryRanges(Word.WdStoryType.wdMainTextStory).FormFields("CheckBox1").CheckBox.Value
= true
but get error collection member doesn't exist
The checkbox is called Checkbox1 in Word
Any ideas
Regards
Steve
I have several checkboxes on a Word document that I want to access via VB
net
These are checkboxes from the Control Toolbox toolbar
I have tried...
wordapp.ActiveDocument.StoryRanges(Word.WdStoryType.wdMainTextStory).FormFields("CheckBox1").CheckBox.Value
= true
but get error collection member doesn't exist
The checkbox is called Checkbox1 in Word
Any ideas
Regards
Steve