Hi all,
I may be being really dumb with this question.
I have created a workbook which is a financial claim form. My users fill in their financial data and provide textual comments around their progress. The document is password protected and the users are forced to enable macro's (using the hidden sheets method). The form automatically validates the financial data that is inputted using VBA.
The only problem I have is around the textual input boxes. I simply want a text box that the users can complete with information on their progress and for it to be printed when they print the form out. I have been using the autoshape text box which works to an extent. Unfortunately I cannot character limit using the autoshape text box. And if the user inputs more words than fit in the box it wont print all the text.
I have tried to use the text box tool within the control toolbox, but as soon as I protect the sheet it stops the input of text by the user. It just doesn't seem to work properly even when allow "edit objects" from the protect sheet options. Then it just allows the user to select the actual text box and not actually input text into it.
Any help would be massively appreciated.
Thanks in advance.
I may be being really dumb with this question.
I have created a workbook which is a financial claim form. My users fill in their financial data and provide textual comments around their progress. The document is password protected and the users are forced to enable macro's (using the hidden sheets method). The form automatically validates the financial data that is inputted using VBA.
The only problem I have is around the textual input boxes. I simply want a text box that the users can complete with information on their progress and for it to be printed when they print the form out. I have been using the autoshape text box which works to an extent. Unfortunately I cannot character limit using the autoshape text box. And if the user inputs more words than fit in the box it wont print all the text.
I have tried to use the text box tool within the control toolbox, but as soon as I protect the sheet it stops the input of text by the user. It just doesn't seem to work properly even when allow "edit objects" from the protect sheet options. Then it just allows the user to select the actual text box and not actually input text into it.
Any help would be massively appreciated.
Thanks in advance.