DateAdd

  • Thread starter Thread starter Michael Wise
  • Start date Start date
M

Michael Wise

Is there any way for format the DateAdd function

Here is what I have which of course does not work

da = DateAdd("d", 30, (Format(Date, "dd-mmm-yy"))
 
Back
Top