chartobjects

  1. G

    Need to assign specific charts to variables

    Hi Folks, I am trying to figure out the syntax to assign individual charts to individual variables in my macro rather than loop through each chart to send them to PowerPoint. Using the syntax below throws a run-time error 91, Object variable or With block variable not set even though I have...
  2. I

    Why is it necessary to specify activesheet for chartobjects.add

    Sub smarterway() Dim chartfirst As ChartObject Dim rngChart As Range Set rngChart = Range("D3:J20") Set chartfirst = ActiveSheet.ChartObjects.Add(Left:=rngChart.Left, Top:=rngChart.Top, Width:=rngChart.Width, Height:=rngChart.Height) [....] For this...
  3. H

    ChartObjects: problem configuring and retaining values

    <tbody> I'm having trouble with ChartObjects: I'm potentially placing patches on patches while missing something fundamental. I'm using VBA in excel:mac 2011. I have 4 ChartObjects on a sheet, taking values from different data ranges and displaying them identically. They are simple...
  4. F

    fill data series with a stacked and scaled image

    I’ve created a stacked bar graph. Now using visual basic I'm trying to format the data series for each of the series, and fill it with a stacked and scaled image. The images are pictures of numbers from 0 – 9. Here’s a snippet of the code I’m struggling with:</SPAN> With...
  5. A

    serious problem when mass changing chart series

    I have a chat where I summarize the results from a series of files. The file names are dynamic, there is a need to constantly update the summary workbook. The idea was to use a code from peltiertiertech utility to do the job. when assigning values directly to the old and new strings I want to...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top