D Dave Elliott Feb 25, 2005 #1 How can I make this show the long format instead of short? ="Today's Date is" & " " & Date()
R Rick B Feb 25, 2005 #3 Note that you could put that space in the first string... ="Today's Date is " & Format(Date(),"long date")
Note that you could put that space in the first string... ="Today's Date is " & Format(Date(),"long date")