Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mia Mia is offline
external usenet poster
 
Posts: 101
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.programming
Mia Mia is offline
external usenet poster
 
Posts: 101
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivit table- cell on spread sheet referencing pivot table field David M Charts and Charting in Excel 2 August 18th 07 07:46 PM
Write data to Access table with INSERT when table has auto number Hokievandal Excel Programming 1 December 20th 06 01:19 AM
PIVOT TABLE - Summary Table into a Databasae Table. sansk_23 Excel Worksheet Functions 4 May 9th 05 07:45 AM
VBA Code for a pivot table to open database and to reference table current page Pete Straman Straman via OfficeKB.com Excel Programming 0 February 21st 05 03:57 AM
create a source table from a special pasted value dynamic crossed table Tom Ogilvy Excel Programming 0 September 29th 03 08:59 PM


All times are GMT +1. The time now is 01:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"