Thread
:
Dateformat
View Single Post
#
1
Posted to microsoft.public.excel.programming
Kjeldc
external usenet poster
Posts: 33
Dateformat
This just returns the daynumber, not the formati wish. Why oh Why. Please
help
With ActiveCell
.Value = "*"
.Offset(0, 1).Value = DTPicker1
ActiveCell.NumberFormat = "dd-mm-yyyy"
.Offset(0, 3).Value = Val(txtMember)
End With
Reply With Quote
Kjeldc
View Public Profile
Find all posts by Kjeldc