Add a formated date button for Excel 2002 tool bar

M

Mr. Low

Dear Sir,

May I know is there a way to add a Formated Date Button to the tool bar for
Excel 2002 ?

I am currently using MS Excel 2002 in my office.

Usually when I would like to convert a number to date, I would right click
the mouse, go to format cell, then to date, then to locale, choose English
(Australia) then select 14/03/01. The date is convertyed correctly.

However when I tried to add a date button to the tool bar, I could not find
any date button under "customized tool bar" for me to drag out.

May I know is there a way to add a Formated Date Button to the tool bar for
this version of Excel ? If not is there any other shorter way of doing it ?

Please help.

Thanks
Low
 
G

Gord Dibben

CTRL + ; will enter a static date.

Or a macro you can assign to a button on your toolbar.

Sub NOWDATE()
ActiveCell.Value = Format(Date, "dd/mm/yy")
End Sub


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top