Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel 2003 cell limit

(i'm using Visual Studio 2005 and Excel 2003 -- cross posted in vc.mfcole
group)

i have read that Excel 2003's char limit for a cell is 32,767 chars, of
which only 1024 are displayable in the cell (the remainder are visible in the
expanded command line (or whatever it's called...at the top of the
worksheet)). that's fine.

however, i have text that is 1405 chars and Range.put_Value(str_1405) fails
unless i set str_1405 = left(str_1405, 910). the actual max value is
somewhere between 910 and 925.

since i'm well below the 32,767 limit i feel this should work. has anyone
else run into this? suggestions?? i've tried Range.NoteText(vStr, vStart,
vEnd) and it always fails w/ "type mismatch). i've tried
Range.AddComment(vStr) - it fails like NoteText, although i'm not sure that a
Comment is the same as a Note.

tia


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
Getting #ref error after row / cell is this a limit in excel 2003 tia sal2 please_post_to_groups Excel Discussion (Misc queries) 4 March 21st 09 08:58 PM
Getting #ref error after row / cell is this a limit in excel 2003 tia sal2 please_post_to_groups Excel Worksheet Functions 4 March 21st 09 08:58 PM
Getting #ref error after row / cell is this a limit in excel 2003 tiasal2 [email protected] Excel Discussion (Misc queries) 2 March 20th 09 04:55 PM
Getting #ref error after row / cell is this a limit in excel 2003 tiasal2 [email protected] Excel Worksheet Functions 2 March 20th 09 04:55 PM
columns limit in excel 2003 Mohan Excel Discussion (Misc queries) 1 November 6th 08 02:42 AM


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