View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default initialize value in userform when opened

Behind the userform:

Private Sub UserForm_Initialize()
me.maxnulls.value = "3"
End Sub




strive4peace wrote:

Hi All,

I have a userform (name=imagetype), that has an unbound texbox control
(name=MaxNulls). When the userform opens, I would like to initialize
the value of MaxNulls to 3 ...is this possible?

thanks!

Warm Regards,
Crystal
*
(: have an awesome day :)
*
MVP Access

*


--

Dave Peterson