Need the word "LoT" within in a string, not to be case sensitive when I replace it with “Lot “
The Keyword UPPER works when using substitute in a formula but apparently not with Replace in VBACode:ActiveCell.Value = Replace(Replace(ActiveCell.Value, "LoT", "Lot "), "$", "")
Thanks




Reply With Quote