+ -
当前位置:首页 → 问答吧 → 请教高手们,excel共享后,有办法让VBA继续运行吗?

请教高手们,excel共享后,有办法让VBA继续运行吗?

时间:2011-08-12

来源:互联网

请教高手们,excel共享后,有办法让VBA继续运行吗?

作者: libyailyw   发布时间: 2011-08-12

引用:
Once you share a workbook, any Visual Basic project it contains is no longer accessible. Excel can't deal with multiple users editing the same macros, so it simply prevents changes to those macros. You can't record new macros, either. However, you can run macros from shared workbooks.
工作簿共享后,宏可以继续运行。 只是不能打开VBE窗口来访问VBA工程和编缉代码,不能录制宏

作者: livewire   发布时间: 2011-08-12

引用:
原帖由 livewire 于 2011-8-12 15:32 发表

工作簿共享后,宏可以继续运行。 只是不能打开VBE窗口来访问VBA工程和编缉代码,不能录制宏
请问这个要加在哪里呢?如何操作?

作者: libyailyw   发布时间: 2011-08-12

Once you share a workbook, any Visual Basic project it contains is no longer accessible. Excel can't deal with multiple users editing the same macros, so it simply prevents changes to those macros. You can't record new macros, either. However, you can run macros from shared workbooks.

请问这个要加在哪里呢?如何操作?
能说的再具体点吗?

作者: libyailyw   发布时间: 2011-08-12

工作簿共享后,许多功能将不能使用,比如有关activx控件的代码大多报错。具体请参考帮助。

作者: wpxxsyzx   发布时间: 2011-08-12