Replace break Line in Excel
Hello,I want to create object which will replace charecters using ASCII Characters as arguments. I need this object to delete all line breaks in excel file ( Chr(10)).My code stage does not work when I use ASCII characters:range.Replace(Chr(115), Chr...