Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This line works well in a macro dealing with a large amount of data to be transposed into a single cell.
So if it throws an error, then is it safe to assume the receiving cell character limit is exceeded or is it within the code as I have posted here. ..Cells(k, 1).Resize(rowsize:=UBound(arrOut) + 1) = _ WorksheetFunction.Transpose(arrOut) In either case is there a work-around? Thanks, Howard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell character limit | Excel Discussion (Misc queries) | |||
Is there a character limit within a cell? | Excel Discussion (Misc queries) | |||
Character limit in cell | Excel Discussion (Misc queries) | |||
Character limit per cell | Excel Discussion (Misc queries) | |||
Cell 255 character limit & VBA | Excel Programming |