Results 1 to 2 of 2

Thread: Create word checkbox in VBA code

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2003
    Posts
    23

    Create word checkbox in VBA code

    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

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Nov 2003
    Posts
    23
    its OK - i figured it out......

    Set ffield = wDoc.FormFields.Add( _
    Selection.Range, _
    wdFieldFormCheckBox)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width