Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form with a multiline textbox which has (EnterKeyBehavior
=True) property. When the ok button is clicked on the form, the contents of the textbox is placed into a range on a worksheet. Problem is the ascii symbol for the enter key, it is displayed at the end of every line. Is there anything I can do to stop this ? Private Sub CmdOK_Click() ActiveSheet.Range("Notes") = TxtNotes.Text Unload Me End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you enter a tick symbol into a spreadsheet cell please? | Excel Worksheet Functions | |||
How to enter Naira currency symbol | Excel Discussion (Misc queries) | |||
how do I enter a square feet symbol in excel? | New Users to Excel | |||
How do I create a new symbol to enter as a character? | Excel Worksheet Functions | |||
How do I enter a symbol in a footerl? | Excel Discussion (Misc queries) |