View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
imimin[_2_] imimin[_2_] is offline
external usenet poster
 
Posts: 1
Default Code to pull data from webpage


Can some one give me an idea on pulling data from a web page? I woul
like help with code to do the following

I have a number of URLs on a web page (code level) which match th
following syntax

Code
-------------------
We_ViewEns.cfm?sItemCode=WedEns6146&sCatalogCode=W edEnsCC&iStartRow=1&strcontinue=yes&strsearch=yes& format=WedEnsCCa
-------------------

(as an example

I need to find all occurancces of "WedEns6146&sCatalogCode" an
"1&strcontinue" and write the numbers that are in these strings to
different columns in a sprread sheet (maybe name
"WedEns"#"&sCatalogCode" and ""#"&strcontinue" ???

Thank You

--
imimi
-----------------------------------------------------------------------
imimin's Profile: http://www.excelforum.com/member.php...fo&userid=3768
View this thread: http://www.excelforum.com/showthread.php?threadid=57431