26-08-19 09:01 PM
ive got an excel-sheet with many line breaks in it. Blue Prism cant read the line breaks (and gives me an error), so i have to remove/replace them. I dont have an idea how to do it.
VBA dont work for me... dont know why. In excel it works, in the code-stage are many compiler errors.
Cells.Replace What:='' & Chr(10) & '', Replacement:=',', LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=False, SearchFormat:=False, ReplaceFormat:=False
--------------------------------------------------