View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lieven Mettepenningen[_2_] Lieven Mettepenningen[_2_] is offline
external usenet poster
 
Posts: 7
Default Type of textbox on userform

Hello,

could someone tell me what the type is of a textbox you put on a userform
with the vba toolbox? I want to create such a textbox at runtime via a class
module. I thought it was from type MSForms.TextBox, but this type hasn't got
the event handler LostFocus, which I really need for my application and
which all the regular textboxes on a userform do have. Could someone help me
please?

Thx,

Lieven