G
Guest
I would like to supress the black border around the active cell in my workbook.
At a minimum I would like it to appear as White. I've been poking around
the board and can not find a solution. Any help would be appreciated.
VBA Novice FYI
Private Sub Workbook_Open()
ActiveCell.BorderAround LineStyle:=xlLineStyleNone
End Sub
At a minimum I would like it to appear as White. I've been poking around
the board and can not find a solution. Any help would be appreciated.
VBA Novice FYI
Private Sub Workbook_Open()
ActiveCell.BorderAround LineStyle:=xlLineStyleNone
End Sub