Help with TEXTBOX control

J

John Cosmas

I am trying to find a TEXTBOX control which will show the actual cell content
of my worksheet cell. The FORM 2.0 TEXTBOX control which comes with VBA in
Excel flattens everything that I put into a cell, including a VBCRLF
character. I've tried using the CONTROLSOURCE and VALUE properties to try
and feed the information from my cell.
 
D

Dave Peterson

I bet you mean you're using vblf's in that cell (same as alt-enters).

Show the properties for that textbox.
Make sure that WrapText is true and multiline is true.

If you really meant vbcrlf, then I think you'll have to remove the cr portion
yourself (in code).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top