Hi,
I have a much more complicated code but my issue can be broken down to this simple line.
Range("a1").Value = Replace(Range("a1").Value, "action ", "")
Cell A1 starts off as, for example, "action 04/08/2017" (4th of August 2017, as I'm in the UK). My code removes the action part. Seems...