标签: excel-2003 excel-formula
是否可以在Excel中的公式中设置行高?
对于Microsoft Office 2003。
答案 0 :(得分:3)
我不这么认为。您需要使用VBA。
有关示例,请参阅RowHeight property is used to get the Height。
答案 1 :(得分:1)
您必须使用VBA。您必须在worksheet_change事件中写入内容以读取特定单元格,然后根据条目更改高度。没有编码就无法做到。