by andrej » Wed Dec 21, 2011 7:39 am
Hi, I am trying to run the autoreloadquickpicklist sheet an I have a problem. I do not want to reload the sheet at midnight but say ar 3am. so I change the vba to following:
Public triggerQuickPickListReload As Boolean
Public triggerFirstMarketSelect As Boolean
Public Sub loadQuickPickList()
triggerQuickPickListReload = True
Application.OnTime TimeValue("03:00:00"), "loadQuickPickList"
End Sub
the problem is that it does not do anything at all. (I have tripple checked if the macros are enabled, ect.)
any I deas what could be wrong?
thank you.
Andrej