Custom font size for specific range only

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,752
Office Version
  1. 2007
Platform
  1. Windows
Hi,

I have some values that when printed are to small.
So i wish to enlarge the Font size to say 20 BUT only within a specific range as to not change row height on the same row of which are Font size 12
Is that possible ?

Example.

Range A1:A20 Font size 12

Range A24:A30 Font Size 20

Currently if i use A24:A30 Font Size 20 the row height alters thus affecting A1:A20

If the above cant be done then maybe using the range create a pdf, Then Print pdf as a work around.
Not sure how i would alter size of text on the pdf though ?

Currently using this to print.

VBA Code:
Private Sub PrintOutRange_Click()
Range("T1:X20").PrintOut
ActiveSheet.PageSetup.Orientation = xlPortrait
End Sub

Thanks.
 
Last edited by a moderator:

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Upvote 0
If you read my text again you will see its on the same row.
You example shows different rows
 
Upvote 0

Forum statistics

Threads
1,223,954
Messages
6,175,601
Members
452,658
Latest member
GStorm

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top