Thread: DateAdd
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default DateAdd

Why do you want to use Format within DateAdd in the first place?
Just use

da = DateAdd("d",30,Now)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Michael Wise "
wrote in message
...
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")))


---
Message posted from http://www.ExcelForum.com/