Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the macro1 to grab values from a closed workbook. Column Z
contains text cells, many of which have text strings of approximately 1000 characters...so I am running into problems with the 255 character limit. Is there a way to modify the €śLooper€ť macro at http://support.microsoft.com/kb/213841/ or some different macro in order to pull in the full text length of those cells in column z? Thanks! -Noah Sub Macro1() With Range("A1:Z1000") .FormulaR1C1 = "='[Book1.xls]Sheet1!RC" .Formula = Range("A1:Z1000").Value End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is there a character limit within a cell? | Excel Discussion (Misc queries) | |||
255 Character Limit | Excel Discussion (Misc queries) | |||
Character Limit | Excel Programming | |||
Cell 255 character limit & VBA | Excel Programming | |||
Footer character limit | Excel Programming |