View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Userform doesn't react on enter

OK, it seems that you are looking for a change event rather than a click
event. Since I don't know what your current code is, I can't offer much more.

"Paulus" wrote:


Thanks JLGWhiz. The form does open on workbook_open but then doesn't
respons on tab or enter to run through a couple of textboxes. Clicking
on the buttons however works fine. Strange isn't it? Only if I activate
userform.hide and userform.show it the tab or enter works again.
Paul