通过Sharepoint与其他人共享自定义宏和自定义Excel功能区

编程入门 行业动态 更新时间:2024-10-24 18:27:19
本文介绍了通过Sharepoint与其他人共享自定义宏和自定义Excel功能区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我和我的同事使用Excel 2013和Sharepoint

My colleagues and I use Excel 2013 and Sharepoint

我写了一些自定义宏,这些宏已存储在Personal.xlsb中 我还自定义了功能区,以添加一个标签来访问这些宏.

I have written some custom macros which I have stored in Personal.xlsb I have also customized the ribbon to add a tab to access these macros.

与同事共享这些宏和功能区的最佳方法是什么? (并保持更新)

What is the best way of sharing these macros and the ribbon with my colleagues? (and keeping them updated)

一种方法如下(每次更改时都需要这样做)

One way is as follows (and this needs to be done each time there is a change)

  • 右键单击功能区|自定义功能区|导入/导出|导出所有自定义项并将此XML文件发送给我的同事,并要求他们导入它
  • 将我的Personal.xlsb发送给我的同事,并要求他们以此来覆盖自己的人.
  • 但是,有更好的方法-尽量减少同事的手动工作.

    However is there a better way - involving manual effort on the part of my colleagues as little as possible.

    我可能想将宏另存为共享点文档,然后编辑XML文档以指向该共享点文档.

    I thought perhaps of saving the macros as a sharepoint document, and then editing the XML document to point to this sharepoint document.

    推荐答案

    我想出的最佳答案如下:

    The best answer that I have come up with is as follows:

  • 不是将文件保存在personal.xlb中,而是保存在 AddIn (.xlam文件)
  • 通过用于Microsoft Office的自定义UI编辑器将菜单添加到加载项中(可从 openxmldeveloper/blog/b/openxmldeveloper/archive/2009/08/07/7293.aspx )
  • 要将文件保存在"SkyDrive Pro"的与所有人共享"文件夹中
  • 要将文件的链接发送给我的同事
  • Not to save the files in personal.xlb but to save them in an AddIn (an .xlam file)
  • To add the menus to the Addin via Custom UI Editor For Microsoft Office (downloadable from openxmldeveloper/blog/b/openxmldeveloper/archive/2009/08/07/7293.aspx)
  • To save the file in the "Shared With Everyone" folder of "SkyDrive Pro"
  • To send a link to the file to my colleagues
  • 这似乎解决了所有问题.如果我进行更新,则看来如果我的同事重新启动计算机,则该插件会自动更新.

    This seems to solve all the issues. If I do an update then it seems that if my colleagues restart their computer then the addin is updated automatically.

    更多推荐

    通过Sharepoint与其他人共享自定义宏和自定义Excel功能区

    本文发布于:2023-11-23 18:30:09,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1622457.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:自定义   功能   Sharepoint   Excel

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!