Hi:
I am in the process of developing a custom userform. I want it to appear very much like the standard "find" userform provided in Excel, however, than are a few exceptions. First, I want this userform to be capable of both next and previous searchdirections. Then, I want it to report the result of the find on the userform. Thus, far I my search starts fine but it will not report the value to the list box. Should I being using a listbox or a textbox?
Anyway, here is a copy of the code:
Sub listbox1_Click ()
Dim foundvalue as Variant
listbox1.value = foundvalue
End Sub
Is this code sufficient? HELP!!!
TIA,
Chris:(