简体   繁体   English

如何获取对象和 VBA 函数在 Office 365 的 Excel 中工作?

[英]How to get objects and VBA functions to work in Excel for Office 365?

Created a workbook in Excel desktop that uses buttons and hyperlinks to run VBA functions.在 Excel 桌面中创建了一个工作簿,该工作簿使用按钮和超链接来运行 VBA 函数。 When workbook loaded in browser-based Office 365, buttons do not appear and clicking hyperlinks gives在基于浏览器的 Office 365 中加载工作簿时,不会出现按钮并且单击超链接会给出

Sorry, we couldn't open this link. The link address may be invalid, or you may not have permission to open it.

How do I get desktop hyperlink and button functionality to port to Office 365?如何获取桌面超链接和按钮功能以移植到 Office 365?

You need to develop a Web add-in if you want to get your extra functionality working everywhere, see Excel add-ins overview .如果您想让您的额外功能无处不在,您需要开发一个 Web 插件,请参阅Excel 插件概述 VBA is for Windows desktop applications only. VBA 仅适用于 Windows 桌面应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM