#1   Report Post  
Posted to microsoft.public.excel.programming
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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Search form

IIRC, for some reason the VBA statement does not work exactly like the menu
command when only a single cell is selected.

--

Vasant



"Bernd" wrote in message
y.telekom.at...
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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Search form

Hi Bernd
try the following:

activesheet.usedrange.select
application.Dialogs(xlDialogFormulaFind).Show


-----Original Message-----
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


.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 93
Default Search form

application.Dialogs(xlDialogFormulaFind).Show

works ok for me (Win 2000 & Excel 2000)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Search form? nkoichev Excel Discussion (Misc queries) 0 July 5th 06 02:27 PM
search form in sheet peter via OfficeKB.com New Users to Excel 3 June 24th 05 11:10 PM
Creating a Search Form Karen Excel Discussion (Misc queries) 12 April 1st 05 07:02 AM
use a txt.value on a form to search a sheet Zygoid[_15_] Excel Programming 2 February 1st 04 04:15 PM
Populating a form by search criteria Terry Scull Excel Programming 1 August 5th 03 01:19 PM


All times are GMT +1. The time now is 12:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"