Re: Maximum Length of Text in Column by JE
JE
Sat Dec 18 09:31:20 CST 2004
I'm pretty shaky on what "macroise the array into the cell" could mean,
but if you mean to use a macro to enter the array-formula Ken gave you
into a cell, take a look at the FormulaArray property in XL/VBA Help.
One way:
Range("B1").FormulaArray = "=MAX(LEN(R1C1:R100C1))"
In article <u8MOs8Q5EHA.156@TK2MSFTNGP10.phx.gbl>,
"Joe" <Joe@xxxxxxxxxxxxxxxxxxx.com> wrote:
> How can you macroise the array into the cell using VBA?