Thread: System Dates
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default System Dates

In VBA you can use Format
Msgbox Format(Date,"mm/dd/yy")

Can you elaborate your requirement when you say "to the a date variable"

If this post helps click Yes
---------------
Jacob Skaria


"JT" wrote:

Is it possible to convert a system date in dd/mm/yy format to the a date
variable in the mm/dd/yy format?


--
JT