Forum Discussion

orsi_gmail's avatar
orsi_gmail
Copper Contributor
Mar 24, 2021

WorksheetFunction.Substitute fails on some cells but works on other cells in a column

Hi all, I use :       cell = WorksheetFunction.Substitute(cell, ".", ",")       on column A of the attached "Example" workbook to get the results in column B. But as you can notice the fo...