posts - 353,  comments - 7,  views - 20万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
09 2019 档案
How to run a VBA macro when new mail is received in Outlook
摘要: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 懒懒的呐喊 阅读(330) 评论(0) 推荐(0) 编辑
动态执行文本vba代码
摘要:动态执行文本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 懒懒的呐喊 阅读(637) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示