I have a cell value like this:
This is a <\"string\">string, It should be <\"changed\">changed to <\"a\"> a number.
There
U can Use Replace function
ActiveSheet.Cells(1, 1).Value = Replace(ActiveSheet.Cells(1, 1).Value, "String", "Number")