snasui.com ยินดีต้อนรับ ยินดีต้อนรับสู่กระดานถามตอบ Excel and VBA และอื่น ๆ ที่เป็นมิตรกับทุกท่าน มีไฟล์แนบมหาศาล ช่วยให้ท่านค้นหาและติดตามศึกษาได้โดยง่าย สมาชิกท่านใดที่ยังไม่ได้ระบุ Version ของ Excel ที่ใช้งานจริง สามารถทำตาม Link นี้เพื่อจะได้รับคำตอบที่ตรงกับ Version ของท่านครับ ระบุ Version ของ Excel
Private Sub CommandButton1_Click()
If TextBox1.Text = "MgO" Then
Sheet2.Label1.Caption = Sheet3.Range("B1")
ElseTextBox1.Text (" ")
Sheet2.Label1.Caption = " "
End If
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Text = "MgO" Then
Sheet2.Label1.Caption = Sheet3.Range("B1")
ElseTextBox1.Text (" ")
Sheet2.Label1.Caption = " "
End If
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Text = "MgO" Then
Sheet2.Label1.Caption = Sheet3.Range("B1")
Else: TextBox1.Text = ("")
Sheet2.Label1.Caption = " "
End If
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Text = "MgO" Then
Sheet2.Label1.Caption = Sheet3.Range("B1")
ElseTextBox1.Text (" ")
Sheet2.Label1.Caption = " "
End If
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Text = "MgO" Then
Sheet2.Label1.Caption = Sheet3.Range("B1")
Else: TextBox1.Text = ("")
Sheet2.Label1.Caption = " "
End If
End Sub