The Borders properties and the BorderAround method has nothing whatsoever to
do with the range selection border that marks the selected cell(s). As far
as I know, you cannot turn off the selection border and still be able to
select cells.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
"luchshel" <(E-Mail Removed)> wrote in message
news:B0E6C715-A8B3-4839-BF09-(E-Mail Removed)...
>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