still learning
Well-known Member
- Joined
- Jan 15, 2010
- Messages
- 826
- Office Version
- 365
- Platform
- Windows
Hi
Sometimes it is difficult to adjust the height of a row with the mouse.
What code would I use to bring up an input box and change the height according to what I type in it?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I’ve been using the following but I want to be able to use random heights instead of a fixed number (20)
<o></o>
<o></o>
<o></o>
Mike
Sometimes it is difficult to adjust the height of a row with the mouse.
What code would I use to bring up an input box and change the height according to what I type in it?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I’ve been using the following but I want to be able to use random heights instead of a fixed number (20)
<o></o>
HTML:
Sub Macro1()
Selection.RowHeight = 20
End Sub
<o></o>
Mike
Last edited: