On Sep 18, 9:56 am, cstang...@gmail.com wrote:
> Hello
>
[quoted text clipped - 3 lines]
> Thanks in advance.
> CS TANG
I see there is a space between the digits. If that is the case then:
Sub abc()
strTemp = ""
strdate = Format(Date, "DDMMYY")
For i = 1 To 6
strTemp = strTemp & Mid(strdate, i, 1) & " "
Next i
End Sub
Check your other post, too.
> Hello
>
[quoted text clipped - 3 lines]
> Thanks in advance.
> CS TANG

Signature
Dave Peterson