View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
TotallyConfused TotallyConfused is offline
external usenet poster
 
Posts: 144
Default Text Box Dates in Userform?

Your right it is not viewable. It says it can't be found. Is there any
other way I can obtain? Thank you.

"JP" wrote:

You can't, but you can fake it somewhat. Here's one approach:

http://www.codeforexcelandoutlook.co...number-fields/

Technically it's not published yet, but you should still be able to
view it. But you should still follow Joel's advice and use the IsDate
function to verify that whatever is entered into a textbox is a valid
date.

--JP

On Oct 23, 3:38 pm, TotallyConfused
wrote:
How do I apply a date "mask" in an Userform textboxes. I have a lot of date
textboxes and want to make sure users do not enter anything else but date in
the textbox. Thank you in advance for any help you can provide.

.