Merhaba.
Aşağıdaki kodda:
UserForm1.Show kısmında,
Run-time error '400':
Form already displayed;can't show modally hatasını vermektedir.
Yardımcı olabilir misiniz?
Teşekkürler...
Private Sub CommandButton2_Click()
If ComboBox1.Text = "" Then
DİKKAT.Label1.Caption = "KUTUYU BOŞ BIRAKMAYIN"
DİKKAT.Show
ElseIf ComboBox1.Text <> "" Then
UserForm1.TextBox3.Text = ComboBox1.Text
UserForm1.Show
End If
End Sub
Aşağıdaki kodda:
UserForm1.Show kısmında,
Run-time error '400':
Form already displayed;can't show modally hatasını vermektedir.
Yardımcı olabilir misiniz?
Teşekkürler...
Private Sub CommandButton2_Click()
If ComboBox1.Text = "" Then
DİKKAT.Label1.Caption = "KUTUYU BOŞ BIRAKMAYIN"
DİKKAT.Show
ElseIf ComboBox1.Text <> "" Then
UserForm1.TextBox3.Text = ComboBox1.Text
UserForm1.Show
End If
End Sub
