How to make one column italic in office word table?

topsykretts

Well-known member
Joined
Dec 22, 2011
Messages
47
Programming Experience
Beginner
It works with rows:
.Rows.Item(2).Range.Font.Italic = True
but with columns doesn't works:
.Columns.Item(2).Range.Font.Italic = True
 
Back
Top