$$Excel-Macros$$ Re: Excel 2007: How can I use VBA to set series border line width?
> > > P > > >Hi Sonny, > > Go to tools> macros> recod new macro> > you can right click on a Data > > > Series. then select Format Data point. The on the right, select > > Border Styles. Within this, there'
$$Excel-Macros$$ Excel 2007: How can I use VBA to set series border line width?
After making a chart in Excel 2007, you can right click on a Data Series. then select Format Data point. The on the right, select Border Styles. Within this, there's a way to set the width: say to 0.25 pt. That's the GUI way of doing it, how can I change this width using VBA? --~--~-~--