resize image

  1. C

    VBA Help - image resizing

    In my spreadsheet, the VBA is set to display & resize an image in D4, based on the values entered in A1 (w) and A2 (h), this is the code used: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$1" Then Shapes("Group 10").Width = Target.Value / 10 End If If...
  2. A

    Add image and resize on protected sheet

    Hi; First I will like you to excuse me for my English cause it is not my first language. I am trying to add and image in a form so the user can click on a button and browse the computer for the image. I have add the button and a macro for temporarily unlock and lock the form and browsing for...
  3. C

    Fit my screenshot to a merged cell range

    Hello Excel folks. I still consider myself pretty new to VBA, so please take this into consideration in your responses. I have found several threads that were really close to what I was trying to accomplish here, but I've looked for several days now and I haven't found something that does...

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