If i = 1000 Or i = 2000 Or i = 3000 Or i = 4000 Thenmsgbox("提示")End If
i是一个计数,从0到1000000
因为我要做成每1千的单位会提示一次
请问要怎么写呢?
if i mod 1000 = 0 then ...