I want to be able to enter, for example, "030107" and have the cell formatted so I get 03/01/07.
S Sue Miller Mar 1, 2007 #1 I want to be able to enter, for example, "030107" and have the cell formatted so I get 03/01/07.
D Don Guillett Mar 1, 2007 #2 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.
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.
N Niek Otten Mar 1, 2007 #3 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.
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.
N Niek Otten Mar 1, 2007 #5 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 | [email protected] | | > 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. | > | > | |
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 | [email protected] | | > 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. | > | > | |
G Gord Dibben Mar 1, 2007 #6 Sue You cannot format for this. See Chip Pearson's site for quick date entry. http://www.cpearson.com/excel/DateTimeEntry.htm Gord Dibben MS Excel MVP On Thu, 1 Mar 2007 06:10:30 -0800, Sue Miller <Sue
Sue You cannot format for this. See Chip Pearson's site for quick date entry. http://www.cpearson.com/excel/DateTimeEntry.htm Gord Dibben MS Excel MVP On Thu, 1 Mar 2007 06:10:30 -0800, Sue Miller <Sue