View Single Post
 
Old 02-12-2018, 10:46 AM
jeffreybrown jeffreybrown is offline Windows Vista Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

You are very welcome. Glad it worked out for you.

Just as an aside, you can make a slight adjustment to the added part. Very rarely do you ever have to select an object.

Code:
    With ActiveCell.EntireRow
        .Font.Bold = True
        .NumberFormat = "0.00"
        .Style = "Comma"
    End With
Reply With Quote