Is it possible to set the height of rows in a formula in Excel?

Is it possible to set the height of rows in a formula in Excel?

For Microsoft Office 2003.

0


a source to share


2 answers


I do not think so. You will need to use VBA.



See The RowHeight property is used to get the height for an example.

+2


a source


You must be using VBA. You will need to write something to the workheet_change event to read a specific cell and then change the height based on the entry. There is no way to do this without coding.



0


a source







All Articles