A alihussain19 Jun 8, 2004 #1 I need to get the current day in a Macro, How could I do this!!! I need to compare it with the Day in my OutLook Calendar.
I need to get the current day in a Macro, How could I do this!!! I need to compare it with the Day in my OutLook Calendar.
B Bob Phillips Jun 8, 2004 #3 If you want the day name, try Format(date,"ddd") -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
If you want the day name, try Format(date,"ddd") -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
I ijb Jun 8, 2004 #4 Dim MyDate MyDate = Date or to include time too mydatetime = now() -- If I've mis-understood the question please tell me. HTH ijb Remove nospam from my e-mail address to talk direct Not MCSD, MVP, TLA, P&P, PCMCIA, etc just trying to help
Dim MyDate MyDate = Date or to include time too mydatetime = now() -- If I've mis-understood the question please tell me. HTH ijb Remove nospam from my e-mail address to talk direct Not MCSD, MVP, TLA, P&P, PCMCIA, etc just trying to help