随笔分类 -  VBA

摘要:a=String(3, "0") & "aaa" 则结果a的值为000aaa 阅读全文
posted @ 2021-08-08 16:28 myrj 阅读(374) 评论(0) 推荐(0)
摘要:宏最上面:Private Declare Function timeGetTime Lib "winmm.dll" () As Long Private Sub wait(aa) Dim Savetime As DoubleText1 = "timeGetTime begin"Savetime = 阅读全文
posted @ 2021-08-06 15:44 myrj 阅读(656) 评论(0) 推荐(0)