Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel Help, it says that the...Length of cell contents (text) is limited
to 32,767 characters. Only 1,024 display in a cell; all 32,767 display in the formula bar. I have a piece of VBA code that's been working fine until it ran into a cell with more than 1024 characters. See snipet below: (1) varRowValues = oRow (varRowValues is a Variant and oRow is a Range) (2) oSplitRows = varRowValues (oSplitRows is a Range as well) The idea is to copy the values of oRow into oSplitRow. However, when oRow has a cell w/ more than 1024 characters, line (2) crashes... If I use copy and paste it seems to work but I end up copying formating as well. I'd like not to use copy/paste. Is there a way for this to work? Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit Cell Content | Excel Worksheet Functions | |||
Excel text export limit - 1024 per line (not cell), workaround? | Excel Discussion (Misc queries) | |||
Error message is Character Limit is over 1024 characters | Excel Discussion (Misc queries) | |||
Excel VBA: Worksheet cell .Text property: 1024 bytes text len limit | Excel Programming | |||
Help with text box limit (1024) | Excel Programming |