Launching Windows Search application from Excel macro

E

excel

I would like to open a windows search from XL VBA. For example, after
I type "MNU01" in column "E", I'd then like to launch a windows
search for all emails with "MNU01" in the subject line.

I am familiar with how to make code execute when something is typed
into a certain range of cells -- i.e. Private Sub
Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("E12.E6500")) Is Nothing Then) --
however I need help understanding how to open windows search from VBA
(and how to send the search parameters). Any help is appreciated.

I'm using Windows XP and Excel 2007.
 

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