View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
borg borg is offline
external usenet poster
 
Posts: 23
Default Run a procedure when exiting a a textbox within a userform

Hi,

I have a userform with a bunch of textboxes. Once someone types something
into userform1.textbox1 and press the tab or select another textbox, I would
like to run the code from a procedure. I know it is not textbox1_onclick
but is there something similar to this?

Thanks!