H
Henry
Hello,
I have a large Excel 2000 spreadsheet that has a column that gives a
html description of each product. I am trying to run the following
macro to remove unwanted CR and LF, etc.
ActiveSheet.Cells.Replace Chr(160) , ""
ActiveSheet.Cells.Replace Chr(13) , ""
ActiveSheet.Cells.Replace Chr(10) , ""
This seems to work until the script comes to a description that is
very long. At that point I get "Formula is too long".
Is there a way around this issue?
Thanks for any help!
Henry
I have a large Excel 2000 spreadsheet that has a column that gives a
html description of each product. I am trying to run the following
macro to remove unwanted CR and LF, etc.
ActiveSheet.Cells.Replace Chr(160) , ""
ActiveSheet.Cells.Replace Chr(13) , ""
ActiveSheet.Cells.Replace Chr(10) , ""
This seems to work until the script comes to a description that is
very long. At that point I get "Formula is too long".
Is there a way around this issue?
Thanks for any help!
Henry