How do I enter a date without using slashes or dashes?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to enter, for example, "030107" and have the cell formatted
so I get 03/01/07.
 
You can use a worksheet_change event that converts your text entry to the
date entry automatically. I did this for a client a few days ago.
 
Niek,

Wouldn't a worksheet_change event involve less overhead?
 
Hi Don,

Quite possible. But I don't know if the OP knows how to implement that, and this utility requires no knowledge of VBA.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Niek,
|
| Wouldn't a worksheet_change event involve less overhead?
|
| --
| Don Guillett
| SalesAid Software
| (e-mail address removed)
| | > Look here:
| >
| > http://xldynamic.com/source/xld.QDEDownload.html
| >
| > --
| > Kind regards,
| >
| > Niek Otten
| > Microsoft MVP - Excel
| >
| > | > |I want to be able to enter, for example, "030107" and have the cell
| > formatted
| > | so I get 03/01/07.
| >
| >
|
|
 

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

Back
Top