View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sa3214[_2_] sa3214[_2_] is offline
external usenet poster
 
Posts: 9
Default UserForm; Textbox; Multiline; NonPrintable Characters

I've created a userform in Excel 97 with a text box
The properties of the text box include:
Multiline = True
Wordwrap = True

When entering data in the text box I press Ctrl & Enter to start a new line

When the data is transferred to the spreadsheet it includes non-printable
characters, denoted by small square boxes.

I can manually delete these characters but would like to find a more elegant
way of doing so

Can you suggest some code that I could use

Regards & TIA

Jim Burton