I have some rather large cells where I am trying to replace some character strings using a macro. When I use something like
Selection.Replace "<.p>", " "
I get this error
Run-time error '1004': Formula is too long
I have already cut the characters down to 1500 in any cell, but I am still getting a runtime error on some cells. Is there anyway to anticipate this error and keep from manually intervening?
Thank you,
Selection.Replace "<.p>", " "
I get this error
Run-time error '1004': Formula is too long
I have already cut the characters down to 1500 in any cell, but I am still getting a runtime error on some cells. Is there anyway to anticipate this error and keep from manually intervening?
Thank you,