Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code fails at the BorderAround line. What am I missing?
With Range(Cells(6, 1), Cells(7, 2)) .BorderAround Weight:=xlMedium .Borders.Item(xlInsideHorizontal).LineStyle = xlContinuous .Borders.Item(xlInsideHorizontal).Weight = xlThin End With I know this is simple, but from what I read it should work. Thanks, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clear BorderAround in VBA | Excel Discussion (Misc queries) | |||
OpenText Method failure | Excel Programming | |||
GoalSeek Method failure | Excel Programming | |||
Select method of Range class failure | Excel Programming | |||
Error Method Cell of object global failure | Excel Programming |