View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maths1 Maths1 is offline
external usenet poster
 
Posts: 3
Default Delete enter key rectangles in a cell.

I am using a Textbox on a form to enter data into a cell.

Code:
ActiveCell=UserForm1.TextBox1.Text

When the user presses ENTER in the TextBox small rectangles appear in the
cell.
How do I prevent this happening?

Thanks for any help!

OS is XP and Excel 2003