Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.charting
|
|||
|
|||
![]()
On Aug 23, 7:32*pm, "Peter T" <peter_t@discussions wrote:
That's the method for formatting the border (ie line) weight in Excel97-2003, and works in 2007 for compatibility. The .Weight property can accept any one of four constants, 1, 2, -4138, or 4, also named as xlHairline, xlThin, xlMedium & xlThick respectively. Providing your value for 'n' is one of these constants your code will work. But don't try say 5 (you can apply 3 but it will read back as -4138). For 2007 better to use the method Andy and I suggested. Regards, Peter T Thanks, that's indeed what I've done. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 chart line width + axis labelling with VBA | Charts and Charting in Excel | |||
Line chart - time series - category axis date format (2007 VBA) | Charts and Charting in Excel | |||
Excel 2007 line chart automatic category axis text rotation | Charts and Charting in Excel | |||
Line chart categoray axis labels issue - Excel 2007 | Charts and Charting in Excel | |||
Bar chart x axis labelling | Charts and Charting in Excel |