Moderator: 2020vision
by Captain Sensible » Fri Mar 28, 2014 8:17 pm
by alrodopial » Fri Mar 28, 2014 9:09 pm
Do While .Busy: DoEvents: Loop
Do While .ReadyState <> 4: DoEvents: Loop
by Captain Sensible » Fri Mar 28, 2014 9:16 pm
by Captain Sensible » Sun Mar 30, 2014 8:54 pm
Sub data()
Dim qry As QueryTable
With Sheets("Sheet2")
Set qry = .QueryTables.Add(Connection:="URL;http://localhost/testing/excelgraph.php?ei=" & Sheets("Sheet1").Range("N12").Value & "&race=" & Sheets("Sheet1").Range("A10").Text, Destination:=.Range("A1"))
qry.Refresh
End With
Call bets
End Sub
by alrodopial » Mon Mar 31, 2014 7:03 am
by Captain Sensible » Mon Mar 31, 2014 1:31 pm
Sub AddWebquery()
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://de.selfhtml.org/html/tabellen/anzeige/table_tr_th_td.htm", _
Destination:=Range("$A$1"))
.Name = "table_tr_th_td"
.BackgroundQuery = False
.RefreshStyle = xlInsertDeleteCells
.WebSelectionType = xlSpecifiedTables
.WebFormatting = xlWebFormattingNone
.WebTables = "1"
.Refresh BackgroundQuery:=False
End With
End Sub
by mak » Mon Mar 31, 2014 2:38 pm
by Captain Sensible » Mon Mar 31, 2014 3:00 pm
by mak » Mon Mar 31, 2014 3:49 pm
by MiniBlueDragon » Wed Apr 09, 2014 11:14 pm
alrodopial wrote:
- Code: Select all
Do While .Busy: DoEvents: Loop
Do While .ReadyState <> 4: DoEvents: Loop
Set oDoc = oHTMLDoc.createDocumentFromUrl(strName, "")
Do While oDoc.readyState <> "complete": DoEvents: Loop
The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.
Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.
Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.
He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.
We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.