Autoreload Quickpick list spreadsheet

Please post any questions regarding the program here.

Moderator: 2020vision

Autoreload Quickpick list spreadsheet

Postby coco999 » Fri Nov 20, 2009 9:44 pm

I am trying to run the sample Autoreload the quickpick list (http://www.gruss-software.co.uk/Excel/A ... ckList.xls)
in order to get BA automated.

I copied the module data and procedure texts into my own sheet but the updating is intermittent. Some days it updates great, some days it doesnt update at all.

Any advice?
The sheet is running on a vps server and the macros are functioning ok. Just seems to pick and choose when to update instead of everyday at midnight.

Regards
Andy
coco999
 
Posts: 26
Joined: Thu Oct 29, 2009 8:18 pm

Postby GaryRussell » Sat Nov 21, 2009 7:35 am

I fixed a bug in the latest Beta where there was a problem with the trigger being ignored when used from multiple sheets. I don't know whether you are having the same issue, but you can try the latest Beta and let me know if the problem still occurs.

See http://gruss-software.co.uk/forum/viewtopic.php?t=3922 for download link.
User avatar
GaryRussell
Site Admin
 
Posts: 9872
Joined: Fri Nov 18, 2005 8:09 pm
Location: Birmingham, UK

Postby coco999 » Sat Nov 21, 2009 8:25 pm

Gary

Hi

No i`m just using a single excel sheet. Just strange how some days it works and some it doesn`t

Can youn think of anything obvious? I copied the code from your sheet to my own trading sheet so wasn`t sure if i missed something?

Andy
coco999
 
Posts: 26
Joined: Thu Oct 29, 2009 8:18 pm

Postby dgs2001 » Sun Nov 22, 2009 11:27 am

coco

Not sure but this may help

If the code is interupted and you stop / exit it after this line
Code: Select all
Application.EnableEvents = False

but before this line
Code: Select all
 Application.EnableEvents = True


then excel can be left in the not enabled state.

To avoid this change the code in the "ThisWorkbook" to the following.

Code: Select all
Private Sub Workbook_Open()
    Application.EnableEvents = True
    Application.OnTime TimeValue("00:00:00"), "loadQuickPickList"
End Sub


this will reset the application enable to true every time the work book is opened.

Duncan
User avatar
dgs2001
 
Posts: 334
Joined: Thu Apr 05, 2007 4:53 pm
Location: The Home Of National Hunt

Postby coco999 » Sun Nov 22, 2009 10:09 pm

Duncan

I will give it a go.

Many thanks
Andy
coco999
 
Posts: 26
Joined: Thu Oct 29, 2009 8:18 pm

Postby coco999 » Wed Dec 02, 2009 1:54 pm

Hi

Still having problems with the autoupdate. It appears when you fisrt load up the workbook the code runs the first night only but not subsequent nights.

Any ideas?
coco999
 
Posts: 26
Joined: Thu Oct 29, 2009 8:18 pm


Return to Help

Who is online

Users browsing this forum: Bing [Bot] and 42 guests

Sports betting software from Gruss Software


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.