"Advanced Search" Dialog

M

Martin

Hi Group,

does anybody know how to programmatically start (with vba or vbscript) the
"advanced search dialog" (i hope in the english version of outlook it will
be called "advanced search" - in german it is called "erweiterte Suche").

Any help would be greatly appreciated.
Thanks in advance

Martin
 
S

Sue Mosher [MVP]

You can execute any toolbar or menu command with CommandBars if you know its
ID. If you don't want to write your own code to recurse the
Explorer.CommandBars and Inspector.CommandBars collections, you can use
either the CommandBars Browser or Outlook Spy tools listed at
http://www.slipstick.com/dev/vb.htm#tools

You cannot, however, fill in the controls in the dialog except perhaps with
a SendKeys kludge.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top