chartarea

  1. V

    ChartArea.width sometimes rounded

    Hi all, I have a simple command in my macro which should change a width of my chart to 23cm. But for some charts it works and for some other charts it changes its width to 23.17cm. I have checked the properties of both charts and didn't find any difference. ActiveChart.ChartArea.Width=647 I...
  2. M

    ChartArea position in 2010 vs 2007

    Hello, I have a VBA macro that re-formats an Excel Chart (in a separate tab) for specific specific chart area that works in 2007. ActiveChart.ChartArea.Select With Selection .Top = 0 .Left = 0 .Width = 745 '735 .Height = 530 '530 .Border.LineStyle =...
  3. S

    How to insert a company logo image on a chart when the image is located on a worksheet as an inserted picture

    I am able to place a logo image into the chartarea of a chart easily using With ActiveChart.Shapes .AddPicture "M:\coding\graphics\ma_logo.gif", False, True, ChartWidth - 120, 1, 90, 25 End With But i would like to know how to go about inserting an image in the chartarea from a hidden...

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