Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
'设置一个计时器
Sub Applocation_VBAStart() Call Application.SetTimer(2, 5000)End Sub
'计时器程序中,判断是否为整点
Sub APPLICATION_Timer(ID)
If Time = CDate("9:30") Then
'代码
End if
If Time = CDate("10:00") Then
...
End Sub
不错。。。
:-)