View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thomas donino thomas donino is offline
external usenet poster
 
Posts: 89
Default modifying the Userform_Initialize event handler

Can this sub be modified to take a parameter?
ie, UserForm_Initialize(byVal iModetoInit as Long)

This way I can set 2,3,4 or whatever many different initialization modes I
might require by passing it a parameter depending on how I want the form
initialized