Hi
I'm trying to apply the following formatting to a user selected (via Application.InputBox) range of cells.
It keeps bugging out on the "Cell.Value = Replace(Expression:=Cell.Value, Find:=".", Replace:="/")" line
I'd be grateful if someone could help please.
Thanks
Rob
Sub FormatCells()...