如何识别Excel 4.0宏?

发布于 2024-11-10 03:37:37 字数 245 浏览 2 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深巷少女 2024-11-17 03:37:37

如果宏是使用代码编辑器在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文