Hi! 

I want to add a checkbox in my Office Worddocument. 
The VB Code is: 

Set ffield = ActiveDocument.FormFields.Add( _ 
   Range:=ActiveDocument.Range(Start:=0, End:=0), _ 
   Type:=wdFieldFormCheckBox) 
ffield.CheckBox.Value = True 

Can anyone help me to translate in RB? 

Thank so much 
Aci 

--------------------------------------------------------------------------------

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to