Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel 2003 I have the following code:
For i = 2 1000 Step 2 Range(i + 1 & ":" & i + 1).Borders(xlEdgeBottom).LineStyle = xlDouble Next i This code fails with the error "Unable to set the LineStyle property of the border class" for i = 30 and i=128. It works for all the other lines. Can anyone help me figure out what is going on? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
1004 Error: Unable to set the LineStyle property of the Border class | Excel Programming | |||
Error LineStyle property of Border Class | Excel Programming | |||
"Unable to get Pivot Tables Property of Worksheet Class "Error | Excel Programming | |||
Interop - "Unable to set the Color property of the Interior class" | Excel Programming | |||
"Unable to get the Pivotfieldsd property of the Pivot Class" | Excel Programming |