Textbox limited to 255 characters when linked to another cell

dwilson38550m

Board Regular
Joined
Nov 21, 2005
Messages
89
Hi,

I am having problems populating a textbox in Excel. The textbox (sheet 1) is auto populated from cell A2 (sheet 2) and works fine when the number of characters is below 255 however as soon as the number of characters increases beyond this (255) the end of the text string is truncated.

Text box Sheet 1 'Sheet2'!$A$2
Sheet 2 Cell A2 =R15&CHAR(10)&R16&CHAR(10)&R17&CHAR(10)&R18&CHAR(10)&R19&CHAR(10)&R20&CHAR(10)&R21&CHAR(10)

The reason for using CHAR(10) is so that a new line is used for each piece of information.

I am not running this programme through a macro programme (just a simple cell link). I have tried so many option but is there anything you can suggest - I believe there is a way to increase the number of characters a textbox can allow (but I am not sure how to do this within the text box), data validation?

Thanks in advance for any suggestions,
David
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,215,603
Messages
6,125,776
Members
449,259
Latest member
rehanahmadawan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top