Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone explain why I still have a xlThick border around my range after I
run this procedu Sub brdrs() Range("C3:G8").BorderAround Weight:=xlThick, _ ColorIndex:=xlColorIndexAutomatic MsgBox "Check Border" Range("C3:G8").BorderAround LineStyle:=-4142 Range("C3:G8").BorderAround LineStyle:=xlLineStyleNone Range("C3:G8").BorderAround LineStyle:=xlNone End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear BorderAround in VBA | Excel Discussion (Misc queries) | |||
BorderAround method failure | Excel Programming | |||
Range.BorderAround(xlLineStyleNone) | Excel Programming |