WD97: Use Textbox Form Control to WorkAround 255 Character LimitLast reviewed: February 24, 1998Article ID: Q159261 |
The information in this article applies to:
SUMMARYThe Word FILLIN field prompts you for text that is used as the FILLIN field result. The maximum number of characters that can be entered in a FILLIN field is 255. In addition, the Microsoft Visual Basic for Applications InputBox statement is restricted to this 255 character limitation. Microsoft Visual Basic for Applications allows you to construct a dialog box using the UserForm command. The form can contain text box controls into which you can type more than 255 characters. This article describes how to create and display the form.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/refguide/default.asp Creating the user formCreate the form using the following steps:
Displaying the formTo display the form, switch to Word, and then do the following:
ARTICLE-ID: Q93706 TITLE : Word: FILLIN Field Is Limited to 255 CharactersFor additional information, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q173707 TITLE : OFF97: How to Run Sample Code from Knowledge Base Articles REFERENCESFor more information about getting help with Visual Basic for Applications, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q163435 TITLE : VBA: Programming Resources for Visual Basic for Applications |
Additional query words: vb vba vbe
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |