View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Peter Huang Peter Huang is offline
external usenet poster
 
Posts: 115
Default Close External Application using VBA

Hi ZABU,

Based on my searching, I think we can utilize the index service of windows
to search the file which contain the specified keyword. Then we can use
automation to open the word document and then make the http link replace.
Here is KB with VB.NET, but we can do the similar thing in VB6 or vba
using ADO.
HOW TO: Use an ASP.NET Application to Query an Indexing Service Catalog by
Using Visual Basic .NET (820105)
http://support.microsoft.com/default...B;EN-US;820105

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.