Hello,
Assume in A1 you have 8/12/2009
Then:
Concatenate(month(a1),"-",day(a1),"-",year(a1))
Gabor
"A & S" <(E-Mail Removed)> wrote in message news:cc4001a5-f0c7-4df0-8e9a-(E-Mail Removed)...
> Hi
> I am trying to input the date into the title of the my workbook. I
> know that you can not have a / in the title of a workbook but you can
> have a - so I could put the date in as 8-2-2009 for instance. So I am
> wondering is anyone knows how to get a date value from a cell that
> would look like 8/2/2009 and then take that date and put it in as the
> title of a workbook, but have it formatted such that it would look
> like 8-2-2009.
>
> Also is there a way to just add a day to a date, so that I could name
> the next workbook 8-3-2009.
>
> Thanks
>
|