#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Row height

I'm using Excel 2003 and would like to control the row height to more than
..25 of an inch.

I've written a very easy macro

Sub changeheight()
With Sheets("Douglas scorecard_tourney")
Rows(17).RowHeight = 20.13
End With
End Sub

I haven't been able to see if this really worked because the printer is down
for some maintenance.

Can I do anything that would allow me to see that the macro actually worked?
If I look at the row height for row 17 - it will say twenty.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Row height

You should be able to see it, as well as verify it's height by moving to row
17 and selecting FORMAT/ROW/HEIGHT. Your printer being down for the count
will only impact your ability to print.
--
Kevin Backmann


"Brad" wrote:

I'm using Excel 2003 and would like to control the row height to more than
.25 of an inch.

I've written a very easy macro

Sub changeheight()
With Sheets("Douglas scorecard_tourney")
Rows(17).RowHeight = 20.13
End With
End Sub

I haven't been able to see if this really worked because the printer is down
for some maintenance.

Can I do anything that would allow me to see that the macro actually worked?
If I look at the row height for row 17 - it will say twenty.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Row height

I appreciate your response - Either after changing the row height with the
macro or manualing keying it in - when I try validate that the numbers to the
right of the decimal point .13 are in the row height - they are gone - it
only will recognized .25, .5, or .75. (Is there a switch that I need to
adjust??)

And yes, I agree that the printer being down only affects the ability to
print

"Kevin B" wrote:

You should be able to see it, as well as verify it's height by moving to row
17 and selecting FORMAT/ROW/HEIGHT. Your printer being down for the count
will only impact your ability to print.
--
Kevin Backmann


"Brad" wrote:

I'm using Excel 2003 and would like to control the row height to more than
.25 of an inch.

I've written a very easy macro

Sub changeheight()
With Sheets("Douglas scorecard_tourney")
Rows(17).RowHeight = 20.13
End With
End Sub

I haven't been able to see if this really worked because the printer is down
for some maintenance.

Can I do anything that would allow me to see that the macro actually worked?
If I look at the row height for row 17 - it will say twenty.

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
Need help setting the worksheet header/Footer margins based on string height? Doug Excel Discussion (Misc queries) 0 August 20th 06 02:05 AM
How to change default row height rmt131 Excel Discussion (Misc queries) 0 August 18th 06 09:18 PM
set height of individual cells donbowyer Excel Worksheet Functions 3 May 27th 06 03:11 PM
need to dbl row height without changing height of cell next to it Excel-Illiterate New Users to Excel 1 May 16th 06 01:08 AM
Resizing row height to dynamically fit height of text box Jon Excel Discussion (Misc queries) 1 August 8th 05 01:37 PM


All times are GMT +1. The time now is 09:34 PM.

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

About Us

"It's about Microsoft Excel"