View Single Post
  #27  
Old 24th May 2012, 03:53 PM
Chrome Prince Chrome Prince is offline
Member
 
Join Date: Jan 1970
Posts: 4,432
Default

Code:
Public triggerQuickPickListReload As Boolean Public triggerFirstMarketSelect As Boolean Public Sub loadQuickPickList() triggerQuickPickListReload = True Application.OnTime TimeValue("10:30"), "loadQuickPickList" End Sub


This is a module in one of my workbooks that reloads the markets at 10:30am every day, so I can leave the computer running indefinitely without having to do anything.
It's all visual basic.
__________________
RaceCensus - powerful system testing software.
Now with over 422,000 Metropolitan, Provincial and Country races!
http://www.propun.com.au/horse_raci...ng_systems.html
*RaceCensus now updated to 31/07/2025
Video overview of RaceCensus here:
http://www.youtube.com/watch?v=W821YP_b0Pg
Reply With Quote