Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9088757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T21:58:33+00:00 2026-06-16T21:58:33+00:00

I have a word doc with several checkbox fields. I can fill the text

  • 0

I have a word doc with several checkbox fields. I can fill the text fields, but haven’t figured out how to check checkboxes.

I can’t just make a macro in word and see how word does it because to use the keyboard to check the box (space bar), you have to enable document protection, which disables macro creation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T21:58:34+00:00Added an answer on June 16, 2026 at 9:58 pm

    I just tried setting an old fashion Word2003 Checkbox with VBA. Worked with that piece of code:

    ' demo purposes - added a command
    Private Sub CommandButton1_Click()
        ' FormFields refers to Word2003 FormFields
        If ActiveDocument.FormFields(1).Type = wdFieldFormCheckBox Then
            ActiveDocument.FormFields(1).CheckBox.Value = True
        End If
    
       ' ContentControls refers to >= Word2007 Controls - thx to StevenDotNet for the hint
       ActiveDocument.ContentControls(1).Checked = True
    End Sub
    

    WordCheckBoxControl_Form

    On the other hand I created a VS2012 WordProject with VB.net and added some code to check the box on load.

    Private Sub ThisDocument_Open() Handles Me.Open
        Me.FormFields(1).CheckBox.Value = True
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one WORD variable in my program. WORD hour; But when I compare
I have Microsoft Word template that I automated filling it's fields from my application,
I am trying to edit a word doc using openxml and c#. I have
I have a Microsoft Word Doc that was saved as a .htm web page.
I have some HTML files that I need to distribute in MS Word doc
I have an iPhone app with a normal form (text input fields). I would
How do I read the value of a checkbox in a word (*.doc) file
I have a word doc with a bunch of ActiveX Control buttons or whatever
I have a word doc that I have been writing some VBA for, and
I have a word doc with some ActiveX buttons on it. When one of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.