Does anyone know how to do this already - would be a great help. Just trying to output a checkbox to word then some text then take a new line within VB code
Cheers
Printable View
Does anyone know how to do this already - would be a great help. Just trying to output a checkbox to word then some text then take a new line within VB code
Cheers
its OK - i figured it out......
Set ffield = wDoc.FormFields.Add( _
Selection.Range, _
wdFieldFormCheckBox)