I fire a macro when the drop down value below changes. Problem is, I don't know how to properly define the dropdown.
Any thoughts?
[blue]Go to work to learn. Don't go to work to earn.[/blue]
Code:
Sub DropDown61_Change()
Dim Dropdown_1
[red]Dropdown_1 = Worksheets(1).ListBox(1).Value[/red]
If D61 = "25198047" Then
Worksheets(1).Range("F18").Value = "X"
End If
End Sub
Any thoughts?
[blue]Go to work to learn. Don't go to work to earn.[/blue]