P
PBcorn
thismonth = CDate(Application.InputBox(prompt:="Enter the Current Month",
Title:="Select Date"))
i want the user to be able to input in mmm-yy format, e.g may-09. But when
may-09 is entered, for example, thismonth becomes 09/05/09. Why and how can i
get around this?
Title:="Select Date"))
i want the user to be able to input in mmm-yy format, e.g may-09. But when
may-09 is entered, for example, thismonth becomes 09/05/09. Why and how can i
get around this?