Private Sub Worksheet_Activate()
Application.OnTime Now + TimeValue("00:00:05"), "loaddata"
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
Application.OnTime Now + TimeValue("00:00:05"), "loaddata"
End Sub
另外寫一個副程式
Sub loaddata()
ActiveCell.Offset(1, 0).Select
ActiveCell.Value = "網路資料"
End Sub
>即時新聞-熱門
2011年6月2日星期四
EXCEL VBA 每隔5秒更新
订阅:
博文评论 (Atom)
0 评论:
发表评论