oval

  1. A

    Add Shadows To Shape & Dont Move or Size with cell in VBA

    hi with this marco i add Oval shape to sheet Sub OvalClick_() Dim i As Long i = Range("N2") ActiveSheet.Shapes.AddShape(msoShapeOval, 480, 170, 200, 200).Select Selection.ShapeRange.Fill.Visible = msoFalse Selection.ShapeRange.Line.DashStyle = msoLineSolid...
  2. A

    Set All Background Color Shape Based on Cell Value (with LOOP)

    <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves/> <w:TrackFormatting/> <w:PunctuationKerning/>...
  3. A

    Hide All Shape Based On Background Color

    Hi I want hidde all oval shape with filled color is RED my Shape name is oval 1 , oval 2, oval 3 , and ……..oval n With this macro hide all shape Dim i As Long For i = 1 To ActiveSheet.Shapes.Count ActiveSheet.Shapes.Range(Array("Oval " & i)).Visible = Not...
  4. B

    how to circle something

    So this is a pretty basic question but I actually don't know the answer. I sometimes want to circle a few cells here and there. I dont really know how to do this, or at least not effectively. I would've thought you goto shapes, then choose Oval or whatever. But that always gives a solid shape...
  5. K

    How to create oval bubble chart based on scatter chart with XY error bars?

    Hello, I have an XY scatter chart where each XY point has independent XY error bars. Is there any way to draw an oval around the error bars to create an oval bubble chart, where the bubble area represents the combined error? Thanks in advance for any help. Kelvin

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