Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with TEXTBOX control

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Help with TEXTBOX control

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).

John Cosmas wrote:

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.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with TEXTBOX control

Thanks, Dave. That did it. I will try to return the favor.

"Dave Peterson" wrote:

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).

John Cosmas wrote:

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.


--

Dave Peterson

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 to control TextBox ? Golenboy Excel Programming 2 March 27th 07 01:49 PM
Rich Textbox Control Chris Excel Programming 0 May 11th 06 02:22 AM
How to move cursor from one textbox control to another textbox con Tom Ogilvy Excel Programming 1 September 16th 04 03:42 PM
How to move cursor from one textbox control to another textbox con KMoore007 Excel Programming 0 September 16th 04 02:47 PM
Set Focus Problem for textbox control on multipage control ExcelDeveloperSPR Excel Programming 1 July 16th 04 08:54 PM


All times are GMT +1. The time now is 11:38 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"