Specified rowheigt in a table

  • Thread starter Thread starter Mia
  • Start date Start date
M

Mia

Hi,

How do you code a specified rowheight?

I have tryed following:



ActiveSheet.RowHeight = 15

Thank you in advance!
 
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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top