Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default 1160 Max Chars per cell ? Workaround ?

Hi, I have a predefined locked down sheet, that users are
filling in with some detailed information. It appears to
me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are there
if any ? I tried simply formatting as text but that had
no effect ?

Any assistance much appreciated !
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 184
Default 1160 Max Chars per cell ? Workaround ?

Hi Neil,

me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are there
if any ? I tried simply formatting as text but that had
no effect ?


how do you get the text into the cells? Usually, text of this size should be
in memo-fields in a database and not in Excel.

When I use formulas that concatenate text I can have up to 32.767 characters
as text in a cell (which is an sql-statement in my case). It's less when I
copy a sheet, import data via ADO and sql, formulas can be up to approx.
1000.

arno


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 62
Default 1160 Max Chars per cell ? Workaround ?

Neil,
I just got 10K chars in a cell as reported by LEN.

NickHK

"Neil" wrote in message
...
Hi, I have a predefined locked down sheet, that users are
filling in with some detailed information. It appears to
me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are there
if any ? I tried simply formatting as text but that had
no effect ?

Any assistance much appreciated !



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default 1160 Max Chars per cell ? Workaround ?

I should have stated that I can get greater than 1160
chars in a cell, but it wont display them, it only shows
the first 1160 ?


-----Original Message-----
Hi Neil,

me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are

there
if any ? I tried simply formatting as text but that had
no effect ?


how do you get the text into the cells? Usually, text of

this size should be
in memo-fields in a database and not in Excel.

When I use formulas that concatenate text I can have up

to 32.767 characters
as text in a cell (which is an sql-statement in my

case). It's less when I
copy a sheet, import data via ADO and sql, formulas can

be up to approx.
1000.

arno


.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default 1160 Max Chars per cell ? Workaround ?

Hi
in the cell it shows only the first 1024 though in the formular bar
you'll see all characters (up to 32.767). Search the Excel helpfile for
'Specification' to get more information about this

--
Regards
Frank Kabel
Frankfurt, Germany

Neil wrote:
I should have stated that I can get greater than 1160
chars in a cell, but it wont display them, it only shows
the first 1160 ?


-----Original Message-----
Hi Neil,

me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are there
if any ? I tried simply formatting as text but that had
no effect ?


how do you get the text into the cells? Usually, text of this size
should be in memo-fields in a database and not in Excel.

When I use formulas that concatenate text I can have up to 32.767
characters as text in a cell (which is an sql-statement in my case).
It's less when I copy a sheet, import data via ADO and sql, formulas
can be up to approx. 1000.

arno


.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 1160 Max Chars per cell ? Workaround ?

To see more than 1024 (or whatever extra characters to reach the right side
of the cell), you need to put in hard carriage returns (alt+enter)

--
Regards,
Tom Ogilvy

"Frank Kabel" wrote in message
...
Hi
in the cell it shows only the first 1024 though in the formular bar
you'll see all characters (up to 32.767). Search the Excel helpfile for
'Specification' to get more information about this

--
Regards
Frank Kabel
Frankfurt, Germany

Neil wrote:
I should have stated that I can get greater than 1160
chars in a cell, but it wont display them, it only shows
the first 1160 ?


-----Original Message-----
Hi Neil,

me that each cell or merged cell has a char limit of
1160, is this correct ? if so what workarounds are there
if any ? I tried simply formatting as text but that had
no effect ?

how do you get the text into the cells? Usually, text of this size
should be in memo-fields in a database and not in Excel.

When I use formulas that concatenate text I can have up to 32.767
characters as text in a cell (which is an sql-statement in my case).
It's less when I copy a sheet, import data via ADO and sql, formulas
can be up to approx. 1000.

arno


.




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 truncate list of meaningful words greater than 15 chars tomeaningful words of 8 chars. Babloo Excel Worksheet Functions 4 April 29th 11 11:27 PM
limit # of chars in a cell soonic Excel Discussion (Misc queries) 1 March 22nd 10 11:21 AM
Counting Upper and Lower case chars in a Cell Mad Axeman Excel Discussion (Misc queries) 7 July 31st 07 05:31 PM
Copy sheets with more than 255 chars in a cell? Chem Mitch Excel Worksheet Functions 1 April 16th 05 01:17 AM
remove blanks from a string of chars within a cell? rayhollidge Excel Discussion (Misc queries) 3 January 8th 05 02:43 AM


All times are GMT +1. The time now is 08:04 AM.

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

About Us

"It's about Microsoft Excel"