'很多软件均支持宏 本程序对特定文件中的内容按一定规则替换 从而生成特定的宏文件 使宏支持变参 Public Function ConstructMac(TempletfilePath As String, Templetfile As String, MacFilePath As String, Command As String) As String '====== '目的: 用宏模板 按一定规则完成宏替换 生成可用的宏文件 (最多可支持99个参数 ) '输入:TempletfilePath 模板文件路径, Templetfile 模板文件名, MacFilePath 宏文件路径, Co