Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sat, 8 Dec 2007 10:17:00 -0800, sal21
wrote: Hi Ron tks for reply.... But i am a newbie how can use the function? wath is the correct sintyax if i want use in my original code?How to store the "827" in a Var? Tks from Napoli. Note: Yes the word is "Trovati" and not "Trovati:", sorry me. You can store the function in the same module as the one you are using to manipulate the web page. Then you can just use the function from your routine that is storing the web page. So in your code you might have something like this: ======================= Dim sVar as string sVar = GetDataAfter(Src, "Trovati") 'where Src is your web page ============================ --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find String in another string - only between spaces | Excel Worksheet Functions | |||
Find Many String options in ONE String | Excel Worksheet Functions | |||
search a string withing a string : find / search hangs | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming | |||
find a string inside another string | Excel Programming |