Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Forms - return keyed leaves square

On my forms when you use return key in field it displays a square symbol on
worksheet and also prints - how do I hide this?

tia


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Forms - return keyed leaves square

First, make sure Wrap Text is set for the Cell. If that doesn't correct it,
then

Remove any ControlSource property setting. Then

Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)

With Worksheets("Sheet1")
.Range("B9").Value = Replace(TextBox1.Text, Chr(13), "")
End With
End Sub

--
Regards,
Tom Ogilvy

"themillman" wrote in message
...
On my forms when you use return key in field it displays a square symbol

on
worksheet and also prints - how do I hide this?

tia




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I a rotate my square radar chart (square-diamond)? Becs I Know Nathing Charts and Charting in Excel 5 April 3rd 23 07:30 PM
how to center a square plot area in a square chart xppuser Charts and Charting in Excel 2 March 11th 06 08:13 AM
Regression Output -- R Square versus Adjusted R Square Bonnie Excel Discussion (Misc queries) 1 October 25th 05 12:55 AM
Help w/ macro to zero hard keyed numbers Mike Piazza Excel Programming 6 March 14th 05 10:29 PM
Shapes.. trying to print a square square keepitcool Excel Programming 3 November 21st 03 04:55 AM


All times are GMT +1. The time now is 09:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"