View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] k3holdings@gmail.com is offline
external usenet poster
 
Posts: 11
Default Search web source code for specific string

Hey all,

I am trying to figure out how to search the source code of any website
for a specified string and return the next 14 characters back into a
cell.

In this particular instance I need to:

Search for "PARCEL="
Return "22042040150000" into cell A1

But I would like to know how to find any string in th source code.

Any help would be greatly appreciated.

Thanks,
Kyle