EMBED功能在Excel控件中是什么意思? [英] What does EMBED function mean in Excel Controls?

查看:1922
本文介绍了EMBED功能在Excel控件中是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在现有的Excel文件中添加一个按钮。我注意到现有的按钮具有指定的EMBED公式。这个功能是什么意思?

  = EMBED(Forms.CommandButton.1,)


解决方案

老实说,这个功能真的没有太多的文档可用。那真的不应该是不必要的暴露的东西之一。我们不应该手动输入。



当您选择一个CommandButton并将其放在Excel中时,您将看到

  = EMBED(Forms.CommandButton.1,)

。此文本是必需的,不应该被删除。 Excel的方式告诉自己已经插入了一个对象。


I am adding a button in an existing Excel file. I noticed that the existing buttons has the EMBED formula specified to it. What does the function mean?

=EMBED("Forms.CommandButton.1","")

解决方案

Honestly there really is not much documentation available on this "function". It is one of those things which are exposed unnecessarily when it really shouldn't have been. We are not supposed to enter this manually.

When you select a CommandButton and place it in Excel, you will see

=EMBED("Forms.CommandButton.1","") 

in the Formula Bar. This text is necessary and should not be deleted. It is Excel's way of telling itself that an object has been inserted.

这篇关于EMBED功能在Excel控件中是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆