merhaba arkadaşlar elimde 2 adet userform var userformda1 de commandbutton içine aşağıdaki kodu ekledim userform2 deki commandbuttonu tetiklemesini istiyorum fakat userform2 yi açıyor userform2 deki commandbutton1 'i çalıştırmıyor.
UserForm1.Hide
UserForm2.Show
UserForm2.CommandButton1.Object.Value = True
UserForm1.Hide
UserForm2.Show
UserForm2.CommandButton1.Object.Value = True
