View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Inputbox as Date

Hi Andi,

res = InputBox("Enter date")
res = Format(res, "dd-mmm-yy")
MsgBox res

---
Regards,
Norman




"andibevan " wrote in message
...
I need to create a user input form that the user can input a date in the
format 9/7/06 - i.e. dd/mm/yy and this is then copied to a cell in the
worksheet in the format = 09-Jul-04

I am stuck as I can only copy the text in the same format as inputted -
i.e. it is chown as 9/7/06 which you can not perform date calculations
on.

Any help on this would be much appreciated

Ta

Andi


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