merhaba arkadaslar userform1 üzerinde iken userform2 ye geçiş yaparken userform1 kapanmıyor açık oldugu içinde userform2den, userform1 geri dönüş yaparken kod hatası veriyor
ben aşağıdaki kodu yazdım ama düzelmiyor nerde yanlış yapıyorum
-----------
userform1 deki kod;
Private Sub CommandButton1_Click()
UserForm2.Show
Application.Visible = True
Unload Me
End Sub
-----------
userform2 deki kod;
Private Sub CommandButton1_Click()
UserForm1.Show
Application.Visible = True
Unload Me
End Sub
ben aşağıdaki kodu yazdım ama düzelmiyor nerde yanlış yapıyorum
-----------
userform1 deki kod;
Private Sub CommandButton1_Click()
UserForm2.Show
Application.Visible = True
Unload Me
End Sub
-----------
userform2 deki kod;
Private Sub CommandButton1_Click()
UserForm1.Show
Application.Visible = True
Unload Me
End Sub
