如何识别Excel 4.0宏?
我们尝试对 Excel 宏进行签名,但收到错误消息,指出它包含 Excel 4.0 宏,因此无法继续对它们进行签名。 MSDN 说它不允许Excel 4.0 宏,但我们找不到识别 Excel 4.0 宏的方法。
如何判断宏是否是Excel 4.0?
We were trying to Sign an Excel Macro, but got an error that it contains Excel 4.0 Macros and hence it can't proceed to sign them. MSDN says it won't allow Excel 4.0 Macro's but we couldn't find ways to identify Excel 4.0 Macros.
How to identify if a Macro is Excel 4.0 or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果宏是使用代码编辑器在 VBA 中编写的,则它不是 Excel 4.0 宏。
Excel 4.0 宏是工作表上的一堆命令。
您可能在某处有一个公式...请参阅示例。
If a macro is written in VBA using code editor, it is not an Excel 4.0 macro.
Excel 4.0 macro is a bunch of commands on a sheet.
You might have a formula somewhere... See an example.