是否可以在 Excel 公式中设置行高?
是否可以在 Excel 公式中设置行高?
对于 Microsoft Office 2003。
Is it possible to set a rows height in a formula in Excel?
For Microsoft Office 2003.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不这么认为。 您需要使用 VBA。
请参阅 RowHeight 属性用于获取高度< /a> 为例。
I don't think so. You would need to use VBA.
See RowHeight property is used to get the Height for an example.
你必须使用VBA。 您必须在 worksheet_change 事件中写入一些内容才能读取特定单元格,然后根据条目更改高度。 没有编码就没有办法做到这一点。
You have to use VBA. You'd have to write something into the worksheet_change event to read a particular cell then change the height based on the entry. No way to do it without coding.