Excel VBA Macro To Change Border Styles
Sub BorderStyles()
'Style1: Selection.Borders.LineStyle = xlContinuous
'Style2: Selection.Borders.LineStyle = xlDoubleSub BorderStyles()
'Style1: Selection.Borders.LineStyle = xlContinuous
End Sub
'Macro To Change Font Styles
Sub FontFormats()
With Selection.Font
.Name = "Arial"
.Size = 12
.Italic = True
.ColorIndex = 10
.Bold = True
.Underline = True
End With
End Sub
Thanks,Tamatam
No comments:
Post a Comment
Hi User, Thank You for visiting My Blog. If you wish, please share your genuine Feedback or comments only related to this Blog Posts. It is my humble request that, please do not post any Spam comments or Advertising kind of comments, which will be Ignored.