D
doodle
Greetings all.
Windows xp
xl97
Someone please explain to me why this code won't work.
Private Sub cmdViewOrder_Click()
myOrder = InputBox(Prompt:="Please enter the Order # that you would
like to view.")
Worksheets("Data").Range("B5:B65536").Find (myOrder)
End Sub
I am getting "Find Method of Range Class Failed"
Thanks in advance,
doodle
Windows xp
xl97
Someone please explain to me why this code won't work.
Private Sub cmdViewOrder_Click()
myOrder = InputBox(Prompt:="Please enter the Order # that you would
like to view.")
Worksheets("Data").Range("B5:B65536").Find (myOrder)
End Sub
I am getting "Find Method of Range Class Failed"
Thanks in advance,
doodle