Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok... the following code allows me to change the dimensions
of a row: Rows(1).RowHeight = 30 This works fine, but now I noticed that Excel will not allow me turn of my headings. When I click "View" and I try to uncheck the "Headings" option, my headings will not turn off. What happened here? "Robert Crandal" wrote in message ... I know how to change the width of a column by using the following code: Columns(1).ColumnWidth = 14 The problem is that I can't seem to find an equivalent way to change the dimension of a row. Is there an equivalent Rows() object that I can use in a similar manner? thankx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Row/Column Height & Width | New Users to Excel | |||
Changing row height/column width & see the value change while drag | Excel Discussion (Misc queries) | |||
Change height and width of a single cell | Excel Discussion (Misc queries) | |||
Change default height/width of up/down arrow, heading, bottom bar | Excel Discussion (Misc queries) | |||
How do i change the height and width of a single cell in Excel? | Charts and Charting in Excel |