I changed all the "Range Names" to cell references and it still did the same thing, so I Stepped Thru the macro and then did some counting and the formula is greater than 255 characters so it failed the
So I edited out the If < 255 part and got the #VALUE! so now I know where that previous problem comes from.
So now I guess I am looking for a way to dissasemble rCell.Formula into 254 character blocks, run the macro on each block, then reassemble rCell.Formula into the original formula and put it back whole. If that's even a possibility, if VBA will process a parsed formula like that.
Any suggestions on how I can parse the 254 character blocks in VBA ? or if it's even an option that it will work parsing the formula like that?
Thanks.
Bookmarks