Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys, thanks again for all your help...
I am making a workbook and the row heights have to be the same on al sheets for printing purposes. All sheets are the same format, and i there a way to make all the row heights the same, without doing i manually. Thanks. Bret -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi trickdos
You can use this macro Sub test() Dim sh As Worksheet For Each sh In ThisWorkbook.Worksheets sh.Cells.RowHeight = 10 Next End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "trickdos " wrote in message ... Hey guys, thanks again for all your help... I am making a workbook and the row heights have to be the same on all sheets for printing purposes. All sheets are the same format, and is there a way to make all the row heights the same, without doing it manually. Thanks. Brett --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row heights | Excel Discussion (Misc queries) | |||
row heights | Excel Discussion (Misc queries) | |||
Excel: copy grid, widths & heights down page: heights wrong! why? | Excel Discussion (Misc queries) | |||
Heights | Excel Discussion (Misc queries) | |||
Row Heights | Excel Programming |