Home |
Search |
Today's Posts |
#7
![]() |
|||
|
|||
![]()
try
right click sheet tabview codecopy/paste thisSAVE Private Sub Worksheet_Change(ByVal Target As Range) If Target.row < 2 Or Target.Column < 1 Then Exit Sub Application.EnableEvents = False x = Target Target = Left(x, 2) & "/" & Mid(x, 3, 2) & "/" & Right(x, 2) Application.EnableEvents = True End Sub -- Don Guillett SalesAid Software "sj" wrote in message ... my client says this worked in Office 97 and he formatted the cells to be date and then just entered numbers like 010505 and it set the formatting correctly-any other idea? "sj" wrote: enter date 010305 and the date changes to 3/18/28 very strange and can be repeated. Is there a fix for this? Running excel 2003, 11.6113.5703 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
can a workbook with macros created in excel 2003 work in excel 20. | Excel Discussion (Misc queries) | |||
Excel 2000 file when opened in Excel 2003 generates errors? | Excel Discussion (Misc queries) | |||
Excel 2003 "File Open": how keep folders at top with sort by Date. | Excel Discussion (Misc queries) | |||
Stock Quotes in Excel 2003 | Excel Discussion (Misc queries) |