Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Launching Windows Search application from Excel macro

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.




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
Running a macro from windows application Aerojade Excel Discussion (Misc queries) 1 October 3rd 08 01:19 PM
Launching PowerPoint from an Excel application Tony Bender Excel Programming 2 September 23rd 08 04:19 PM
launching an external application within excel using contents of c gmackilligan Excel Programming 0 May 17th 08 07:04 AM
can i record a macro from excel to invvoke another windows application anil Excel Discussion (Misc queries) 2 March 30th 07 01:04 PM
Can an Excel macro be converted into a VBdotnet Windows application? Mirsten Choiple Excel Programming 2 July 29th 03 09:10 AM


All times are GMT +1. The time now is 01:56 AM.

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

About Us

"It's about Microsoft Excel"