View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
mangesh_yadav[_217_] mangesh_yadav[_217_] is offline
external usenet poster
 
Posts: 1
Default currency and textbox.


Hi funkymonk,

this should solve your problem

Sheet1.Range("A1") = DateValue(TextBox1)

So even if textbox1 has a date like 22/2/2005, excel will correctly
interprete it. But I guess the probelm will remain in dates like
5/2/2005

Mangesh


--
mangesh_yadav
------------------------------------------------------------------------
mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470
View this thread: http://www.excelforum.com/showthread...hreadid=374123