how do I rotate the cells containing col. hds to a 65 degree angl

F

Fripp Man

I want to create a worksheet where the cells containing my column heads
(column description) will be slanted upwards to the right at say a 60 degree
angle. I want the entire cell to be slanted, not just the text inside the
cell itself.
 
G

Gord Dibben

You cannot slant cells.

You can slant the text within and place a border around the cell to give it
a slanted appearance.


Gord Dibben MS Excel MVP

On Sat, 28 Nov 2009 07:38:01 -0800, Fripp Man <Fripp
 
I

Isreavel Joseph

The Text inside the cell 1,2 can be rotated as shown below.

Set Newsheet = Sheets.Add()
Newsheet.Cells(1,2).Orientation = 90

The cell text will be rotated 90 degree.
 

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

Top