Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to set LineStyle Error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When I run the reports in my excel program I recieve this error.

Unable to set the LineStyle property of the Border class.

When I select debug this is the code that it highlights.
[.LineStyle.Borders=x1Continuous]

Help!!!
 
did you copy and paste your exact code?

If so then the problem might be that you used the number 1 (one) instead of lower-case L

[.LineStyle.Borders=x1Continuous]
[.LineStyle.Borders=xlContinuous]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top