shape size change

  1. J

    Multiple Worksheet Changes in One Worksheet

    Hello, I have many shapes (78) that I need to change the size of when a cell value is changed. The following code works to change one shape but I'm struggling to get it to work with more than one shape. Private Sub Worksheet_Change(ByVal Target As Range) Dim myRect As Rectangle If...
  2. A

    Changing the size of a shape with VBA Code & back again

    I have the following code that will increase the size of a shape when it's clicked, and decreases it to its original size on the second click. Sub Picture2_Click() Dim shp As Shape Dim big As Single, small As Single Dim shpDouH As Double, shpDouOriH As Double big = 2 small = 0.5...
  3. R

    Change shape size

    Hello, I am trying to run the code below to automatically highlight a particular shape from a drop down list. Since i am having the point(shape) on a map I would like to change the colour to make it visible, and making the shape larger so that it stands out. I managed to change the colour of...

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