Try this.. (untested)
![]()
Private Sub ListBox1_Click() If ListBox1.Value = "Other" Then TextBox1.Enabled = True TextBox1.BackColor = &HFFFFFF Else TextBox1.Enabled = False TextBox1.BackColor = &H808080 End If End Sub
Try this.. (untested)
![]()
Private Sub ListBox1_Click() If ListBox1.Value = "Other" Then TextBox1.Enabled = True TextBox1.BackColor = &HFFFFFF Else TextBox1.Enabled = False TextBox1.BackColor = &H808080 End If End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks