Hello.....Frnds
M trying to put ms value in Range("A1") but when i run the Macro2 instead of date it showing Default time 12:00:00 AM, I dont' knw why .?
Pls help me ....Thanks IN Advance!
Sub macro1()
Dim ms As Date
MsgBox ms
Range("A1").Value = ms
End Sub
Sub macro2()
Dim ms As Date
ms =...