ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Specified rowheigt in a table (https://www.excelbanter.com/excel-programming/438414-specified-rowheigt-table.html)

Mia

Specified rowheigt in a table
 
Hi,

How do you code a specified rowheight?

I have tryed following:



ActiveSheet.RowHeight = 15

Thank you in advance!


--
Best regards
Mia

Stefi

Specified rowheigt in a table
 
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


Mia

Specified rowheigt in a table
 
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


Stefi

Specified rowheigt in a table
 
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



All times are GMT +1. The time now is 03:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com