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 8656691
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:20:24+00:00 2026-06-12T15:20:24+00:00

I have a control field where I dynamically add certain text. That works well

  • 0

I have a control field where I dynamically add certain text. That works well so far. The problem is that in one text I have an input field where the user can type in text.

I need to hardcode the form text input field into the VBA code. How is this achieved? Or can someone point me in the right direction?

In the following code snippet I need to replace the [InputField] by a VBA input field.

ActiveDocument.SelectContentControlsByTitle("Bottom").Item(1).Range.Text = _
"Some Text" & vbNewLine & _
"Some Text" & vbNewLine & _
"Some Text" & vbNewLine & _
"Text [InputField] Text"
  • 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-12T15:20:26+00:00Added an answer on June 12, 2026 at 3:20 pm

    I’m not sure what you mean by VBA input field. I think you mean “Form Input Field”?
    If so that is probably a solution to your problem:

    Sub TestInsertContentControl()
        Dim m_objRange                      As Range
        Dim m_objRangeInsertTextInput       As Range
        Dim m_objFormField                  As FormField
    
        Set m_objRange = ActiveDocument.SelectContentControlsByTitle("Bottom").Item(1).Range
        m_objRange.Text = "Some Text" & vbNewLine & _
        "Some Text" & vbNewLine & _
        "Some Text" & vbNewLine & _
        "Text  "
    
        Set m_objRangeInsertTextInput = m_objRange
        m_objRangeInsertTextInput.Start = m_objRange.End - 1
        m_objRangeInsertTextInput.End = m_objRange.End
    
        Set m_objFormField = m_objRangeInsertTextInput.FormFields.Add(Range:=m_objRange, Type:=wdFieldFormTextInput)
    
        m_objRangeInsertTextInput.Start = m_objFormField.Range.End
        m_objRangeInsertTextInput.End = m_objFormField.Range.End
        m_objRangeInsertTextInput.Text = " Some more Text"
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom control that is made up of a text field and
I have a varchar field that looks like (sadly I have no control over
I have developed a user-control which gets bound to an id-field and then enables
In view A, I have a text field. I tap a control to push
I have a ScrollView -> Table => TableRow that I dynamically add Rows to,
In a user control I have an unordered list that contains items showing editable
I have a TemplateField that is dynamically added to a custom GridView. void ITemplate.InstantiateIn(System.Web.UI.Control
I want to design a table user control and dynamically add the properties of
My problem is I'm trying to add user controls to a page dynamically after
I have an input field on my page where the user will type in

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.