Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How do you code a specified rowheight? I have tryed following: ActiveSheet.RowHeight = 15 Thank you in advance! -- Best regards Mia |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ActiveSheet.Rows("32:32").RowHeight = 15
32 is just an example for row number(s) or ActiveSheet.Rows.RowHeight = 15 for all rows of the active sheet. -- Regards! Stefi €˛Mia€¯ ezt Ć*rta: Hi, How do you code a specified rowheight? I have tryed following: ActiveSheet.RowHeight = 15 Thank you in advance! -- Best regards Mia |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you so much!!!!
Now it looks much nicer! -- Best regards Mia "Stefi" skrev: ActiveSheet.Rows("32:32").RowHeight = 15 32 is just an example for row number(s) or ActiveSheet.Rows.RowHeight = 15 for all rows of the active sheet. -- Regards! Stefi €˛Mia€¯ ezt Ć*rta: Hi, How do you code a specified rowheight? I have tryed following: ActiveSheet.RowHeight = 15 Thank you in advance! -- Best regards Mia |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
-- Regards! Stefi €˛Mia€¯ ezt Ć*rta: Thank you so much!!!! Now it looks much nicer! -- Best regards Mia "Stefi" skrev: ActiveSheet.Rows("32:32").RowHeight = 15 32 is just an example for row number(s) or ActiveSheet.Rows.RowHeight = 15 for all rows of the active sheet. -- Regards! Stefi €˛Mia€¯ ezt Ć*rta: Hi, How do you code a specified rowheight? I have tryed following: ActiveSheet.RowHeight = 15 Thank you in advance! -- Best regards Mia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivit table- cell on spread sheet referencing pivot table field | Charts and Charting in Excel | |||
Write data to Access table with INSERT when table has auto number | Excel Programming | |||
PIVOT TABLE - Summary Table into a Databasae Table. | Excel Worksheet Functions | |||
VBA Code for a pivot table to open database and to reference table current page | Excel Programming | |||
create a source table from a special pasted value dynamic crossed table | Excel Programming |