Thread: Search form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bernd[_2_] Bernd[_2_] is offline
external usenet poster
 
Posts: 4
Default Search form

Hi!

I have this problem: when I call the normal search form to find a cell in
the active sheet (with STR+F), it works without problems. But when I call
the search form by the VBA command:
"application.Dialogs(xlDialogFormulaFind).Show "
I get the message that there is no such content. What could be wrong?

Thanks to all
Bernd