MikeS 发表于 2022-7-6 15:01:15

Form_Open Event - What am I Mi

I want to fire code on a Form_Open event, but I can't see that that event available in the form module.
 
Feel pretty silly about this one - but where is it?

SEANT 发表于 2022-7-6 16:59:01

I think Microsoft has subdivided the event to;
 
Private Sub UserForm_Activate()
 
and/or
 
Private Sub UserForm_Initialize()
页: [1]
查看完整版本: Form_Open Event - What am I Mi