View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
neowok[_17_] neowok[_17_] is offline
external usenet poster
 
Posts: 1
Default converting date from a textbox to a date format

not as easy as it may sound because I currently have 2 columns in dat
format of dd-mmm-yy i.e. 05-Jan-04 and using cdate to convert from th
text box only seems to put it into dd/mm/yyyy format. I would reall
like to keep the dd-mmm-yy format that is used in the columns as i
makes it easier to see than 05/02/2004 when you have a big list o
dates.

So I need a way of converting the text the user types into the text bo
into date format dd-mmm-yy so that i can use autofilter to search it

--
Message posted from http://www.ExcelForum.com