I have an Excel worksheet that has the following macro.
(我有一个包含以下宏的Excel工作表。)
I'd like to loop it every second but danged if I can find the function to do that. (我想每秒钟循环一次,但如果我能找到执行此操作的功能,就会感到惊讶。)
Isn't it possible? (有可能吗)
Sub Macro1()
'
' Macro1 Macro
'
Do
Calculate
'Here I want to wait for one second
Loop
End Sub
ask by Keng translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…