Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Excel 2003 VBA 解决方案,我正在转换为 Excel 2007。该解决方案包含大量菜单,可在多个工作簿之间使用。我创建了 RibbonX 来复制此功能,但现在我想让我的 Ribbon 出现在所有这些工作簿上。我该怎么做?当我从一个工作簿切换到另一个工作簿时,功能区消失了。这不是一个 VSTO 解决方案,只是为了清楚它是带有 VBA 的直接 Excel。我希望您不必将 RibbonX 放入每个工作簿中。
您需要将其保存为加载项 (.xlam),然后其他用户可以添加该加载项。这将使其对所有工作簿可见。