无法查看 VPC 上的 VBA 代码
我的机器上运行着 VPC。主机和VPC的office版本相同[office 2007]。当我在主机上打开 Excel 时,我可以通过单击“开发人员”选项卡下可用的“Visual Basic”功能区按钮导航到 VBA 代码窗口,但在我的 VPC 上禁用了相同的按钮。因此,我无法在 VPC 上可用的 Excel 中查看代码/添加自定义加载项。
有谁知道可能出现什么问题吗?
非常感谢。
I have VPC running on my machine. Both main machine and VPC has same office versions [office 2007]. When I open an excel on main machine then I can navigate to VBA code window by clicking on 'Visual Basic' ribbon button available under Developer tab but same button is disabled on my VPC. Due to which I am unable to view code/add my customized add-in in excel available on my VPC.
Does any one has any idea about what could be an issue.
Many Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先确保开发者选项卡已正确启用
然后在“信任中心”中启用所有合理的信任选项
,如果仍然是灰色的,最有可能的原因是VBA没有随Excel一起安装。选择您的原始 Office CD 并重新安装 VBA。
哈!
First be sure the developer Tab is enabled correctly
Then enable all the reasonable Trust options in the "Trust Center"
If it is still greyed out, the most probable reason is that VBA was not installed with Excel. Pick your original Office CD and reinstall VBA.
HTH!