Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
How do I add some new chart styles (say, with different line widths)?
Is it possible to record a macro that changes the chart size? (I've recorded it, but nothing happens when I run it) Has anyone developed a data labels macro or add-in yet? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I haven't gotten around to investigating the new chart template mechanism. I
have gone through macro recording, though. Do you still have 2003? Record the macro there. It may not take into account the new formatting features, but the macro still ought to work in 2007. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Gklass" wrote in message oups.com... How do I add some new chart styles (say, with different line widths)? Is it possible to record a macro that changes the chart size? (I've recorded it, but nothing happens when I run it) Has anyone developed a data labels macro or add-in yet? |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
That works.
But the procedure is less than optimum. On Feb 4, 2:38 pm, "Jon Peltier" wrote: I haven't gotten around to investigating the new chart template mechanism. I have gone through macro recording, though. Do you still have 2003? Record the macro there. It may not take into account the new formatting features, but the macro still ought to work in 2007. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutionshttp://PeltierTech.com _______ "Gklass" wrote in message oups.com... How do I add some new chart styles (say, with different line widths)? Is it possible to record a macro that changes the chart size? (I've recorded it, but nothing happens when I run it) Has anyone developed a data labels macro or add-in yet? |
#4
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
All recorded procedures are less than optimum/ Or do you mean the
two-version-of-Excel procedure to record a macro? It is certainly less productive than a macro recorder that worked in 2007, but I find all of 2007 makes me less productive than I was in 2003. The ribbon never shows the set of commands I want at any given time, I can't customize the ribbon easily, and the redesigned dialogs force more clicks to get the same results (and I can no longer trust Ctrl-Y or Ctrl-Z to repeat or undo actions). - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "Gklass" wrote in message oups.com... That works. But the procedure is less than optimum. On Feb 4, 2:38 pm, "Jon Peltier" wrote: I haven't gotten around to investigating the new chart template mechanism. I have gone through macro recording, though. Do you still have 2003? Record the macro there. It may not take into account the new formatting features, but the macro still ought to work in 2007. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutionshttp://PeltierTech.com _______ "Gklass" wrote in message oups.com... How do I add some new chart styles (say, with different line widths)? Is it possible to record a macro that changes the chart size? (I've recorded it, but nothing happens when I run it) Has anyone developed a data labels macro or add-in yet? |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello, Gklass!
You wrote on 4 Feb 2007 12:20:57 -0800: G Is it possible to record a macro that changes the chart G size? (I've recorded it, but nothing happens when I run it) Sorry, I couldn't resist! I think I would ask Ms Moneypenny! Bond, James Bond! |
#6
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
On Feb 5, 8:28 am, "James Silverton"
wrote: Hello, Gklass! You wrote on 4 Feb 2007 12:20:57 -0800: G Is it possible to record a macro that changes the chart G size? (I've recorded it, but nothing happens when I run it) Sorry, I couldn't resist! I think I would ask Ms Moneypenny! Bond, James Bond! I had a similar problem and Andy Poe made the following suggestion which worked like a charm: Something like this will select the most recent chart object on the activesheet. Dim objCht as ChartObject set objCht = activesheet.chartobjects(activesheet.chartobjects. count) objcht.width = 350 objcht.height = 250 Good luck Tom |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Questions about Forms & Controls | Excel Discussion (Misc queries) | |||
Keeping status on posed questions in Excel | Excel Discussion (Misc queries) | |||
I'm having trouble finding my posted questions? | Excel Discussion (Misc queries) | |||
Excel - how can I practice formulas on financial questions? | Excel Discussion (Misc queries) | |||
Pivot Table for survey data w/ questions as Rows & poss answrs as | Excel Discussion (Misc queries) |