摘要:
It can be very useful to run a VBA macro when new mail is received in Outlook. A customer asked me to write something that would log an entry to a SQL 阅读全文
posted @ 2019-09-27 15:14
懒懒的呐喊
阅读(340)
评论(0)
推荐(0)
摘要:
动态执行文本vba代码 Public Sub StringExecute(s As String) Dim vbComp As Object Set vbComp = ThisWorkbook.VBProject.VBComponents.Add(1) vbComp.Name = "aaa" vbC 阅读全文
posted @ 2019-09-27 14:53
懒懒的呐喊
阅读(656)
评论(0)
推荐(0)