Hi everyone,

I have the below code to use desktop search in windows7.

searchwin = "SO6515"
pathwin = "C:\Bulletins"
Call Shell("explorer ""search-ms://query=" & searchwin & "&crumb=location:" & pathwin & """", vbNormalFocus)



But I don't know how to use in windows xp.
Anyone plz help me to sort out this.
Thnx in advance!!!