Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i am using the following code to format a chart with a toggle button
With Worksheets("Charts").ChartObjects(1).Chart .HasTitle = True .ChartTitle.Text = "First Quarter Sales" .Type = xlColumn when the togglebutton changes state, i want the chart to be stacked 100 i tried .type=xlstacked100 but that didn't work. can somebody please tell me what i would use to accomplish this? thanks -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry, this is the type i tried:
..type=xlColumnStacked100 -- Gary "Gary Keramidas" wrote in message ... i am using the following code to format a chart with a toggle button With Worksheets("Charts").ChartObjects(1).Chart .HasTitle = True .ChartTitle.Text = "First Quarter Sales" .Type = xlColumn when the togglebutton changes state, i want the chart to be stacked 100 i tried .type=xlstacked100 but that didn't work. can somebody please tell me what i would use to accomplish this? thanks -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary -
..ChartType=xlColumnStacked100 - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Gary Keramidas wrote: sorry, this is the type i tried: .type=xlColumnStacked100 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, thanks
-- Gary "Jon Peltier" wrote in message ... Gary - .ChartType=xlColumnStacked100 - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Gary Keramidas wrote: sorry, this is the type i tried: .type=xlColumnStacked100 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Office 2007 can't see chart series values unless chart unprotec | Charts and Charting in Excel | |||
how to remove dotted line with words chart area from around chart | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Charts and Charting in Excel | |||
Excel 2003 is missing Built-In Custom Chart Types in Chart Wizard | Setting up and Configuration of Excel | |||
vc++ automation: opening chart as chart window and setting scale | Excel Programming |