C
choco140
A1 content is '02/9085 but when I run the under mentioned program I
always get 01/02/9085 (feb-85), can anybody pls help me to keep the
data the way they are.
Sub Test()
Dim a As String
a = Range("A1").Value
Range("A1").Value = a
End Sub
always get 01/02/9085 (feb-85), can anybody pls help me to keep the
data the way they are.
Sub Test()
Dim a As String
a = Range("A1").Value
Range("A1").Value = a
End Sub