Font Style Properties

  • Thread starter Thread starter font.style
  • Start date Start date
F

font.style

With a macro I want to find the property of a font style so if the value is
italic then, else to sometime else.

Many Thanks
Stafford
 
If Range("A1").Font.Italic = True then

End If

//Range("A1").Font.Bold
//Range("A1").Font.Strikethrough

If this post helps click Yes
 

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

Back
Top