Thread: Userform
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mast mast is offline
external usenet poster
 
Posts: 8
Default Userform

I have a userform with several text boxes for data entry and these text boxes
are linked to the appropriate cells in a worksheet. Two of the text boxes are
for 'Date' entries but when I enter a date the whole program hangs. When I
went back through the program to see where the problem was I found that I
coud enter text in these boxes (or any other for that matter) as long as
there were no spaces. As soon as I enter text with spaces in any of the text
boxes the program hangs. The cells to which the text boxes are linked are
formatted accordingly. i.e date format for date entry and so on. Can anyone
help?