Thread: Format text
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wayne[_4_] Wayne[_4_] is offline
external usenet poster
 
Posts: 1
Default Format text

Hi,

I'm having trouble with userform I've designed.

The user enters the date into textbox1 and this is
entered into a cell, eg. A1.

The problem I have is that the date always enter the cell
in teh format mm/dd/yy, even though I have formated the
cell as dd/mm/yy. how can I correct this?

Thanks