LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Using Variable array in Excel VBA charting


"Peter T" <peter_t@discussions wrote in message
...
Hi Jon,

How to do a simple little thing like format the line weight


which in previous versions the macro recorder would give
sr.Border.Weight = xlThin

you'll have to rely on the Object Browser and IntelliSense.


Border (for Series) has curiously become a "hidden member" in 2007


Just means it's not the "official" way to do something, but it's not
completely deprecated. A lot of things we do in 97-2003 make use of hidden
leftovers from Excel 5.

Ah, with an educated guess looks like this is it
sr.Format.Line.Weight


Andy Pope has figured out much of the formatting OM. Check his web site, and
hunt for newsgroup responses he's authored.

The macro recorder is totally busted for shapes, and pretty much busted
when it comes to formatting chart elements


That's progress for you!


That's spending all of your time and resources on partial development of an
untenable UI, and not having enough left to make real improvements
elsewhere.

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - June 17-18 2009 - Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
charting variable line data Richard Excel Discussion (Misc queries) 1 October 28th 08 09:03 AM
charting variable length line data Richard Charts and Charting in Excel 1 October 28th 08 08:04 AM
Charting a variable range Mike H Charts and Charting in Excel 2 June 23rd 08 06:56 PM
defining a variable-size worksheet area for charting z.entropic Excel Worksheet Functions 0 August 15th 07 06:18 PM
How do I Add a variable in the legend without charting the data? Legends vs Plotting Charts and Charting in Excel 1 September 11th 06 08:00 PM


All times are GMT +1. The time now is 09:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"