InputBox() in MS Word form textbox.

I would like to insert a InputBox() prompt with the text being entered into protected Word form Textbox. I understand the InputBox() code and that the macro will be going into the ''Run Macro On Entry' dropdown box.

Can someone point me in the right direction on how to do this. I am new to VBA.


Answer this question

InputBox() in MS Word form textbox.

  • Amir Goodarzi

    Hi,
    The support engineer needs some clarifaction on what you're trying to do.

    1.      Do you mean you want to put a textbox on the left side and an OK button on the right side, and then you popup the InputBox for text inputting, with OK button to insert these text into Textbox < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    2.      When the InboxBox pops up and someone types some words into it, what do you want to do with these words For password checking or something else

    3.      When do you want to popup the InputBox On opening a word document or when inserting text into Textbox on a custom form


    -brenda (ISV Buddy Team)

  • Quang Lao

    I am creating a MS Word form, like a memo ir fax sheet. I would like to have a popup occur upon opening the form, asking for a name or to input details in a subject line.

    Thanks


  • aussie_1968

    The support engineer has written a document with a “Show” button appended in the document, you can click it to show the input box. However, I can't attach the document in this reply so please email me at budsup@microsoft.com so that I can forward it to you.

    thanks, -brenda (ISV Buddy Team)



  • InputBox() in MS Word form textbox.