摘要:
Sub test()Dim obj As ShapeFor Each obj In ActiveDocument.Shapes If obj.Name Like "Text Box*" Or obj.Name Like "文本框*" Then obj.ConvertToFrame End IfNextEnd Sub 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- 1 Sub CreatShortCut() 2 Dim WSHShell 3 Set WSHShell = CreateObject("WScript.Shell") 4 Dim MyShortcu... 阅读全文
摘要:
今天见到EH一位会员问一个REPLACE函数的问题,代码如下:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1 Sub Macro2() 2 s = "---" 3 s = Replace(s, "-", "=", 2, 1) 4 Debug.Pri... 阅读全文