Hi,
I type "The information gathered as of March 9, 2008" on cell "A1"
Is there a way to make a date default like
"The information gathered as of " & Date (default).
Your help would be much apprecated.
Niek Otten - 09 Mar 2008 16:26 GMT
="The informations gathered as of "&TEXT(TODAY(),"mmmm d, yyyy")

Signature
Kind regards,
Niek Otten
Microsoft MVP - Excel
| Hi,
|
[quoted text clipped - 5 lines]
|
| Your help would be much apprecated.
Dave Peterson - 09 Mar 2008 17:37 GMT
Another way is to use a custom number format:
Format|Cells|Number tab|Custom category:
"The information gathered as of "mmmm d, yyyy
> Hi,
>
[quoted text clipped - 5 lines]
>
> Your help would be much apprecated.

Signature
Dave Peterson