copy image

  1. B

    When copying Excel sheet to a new workbook, images are not being copied VBA

    Hello all, I have created the VBA code to copy an Excel sheet to a new workbook in .xlsx format as I need the new workbook to be free of macros. However, the sheet I'm copying has the company's logo and I need it to be on the new workbook as well. However, is not doing it. The code I'm using to...
  2. O

    Moving Images Without Saving

    Hello All!!! I built a macro to process CSV data sets. A website generates the data set and the macro processes them. I'd love to store a copy of the client's logo in macro file and move it to the data set after it is processed. I've found ways to do this if the file name is known but I'll be...
  3. S

    Copy from One Worksheet to New Workbook with Specific Image

    Good Day All, Subject sounds familiar, but I am banging my head to get expected result. For Copying from one worksheet to New Workbook I am using below code, which works perfect: With ActiveSheet.UsedRange .Value = .Value End With I have two images, one is company logo (msoPicture) &...
  4. S

    VBA code to copy row with image into new worksheet

    I found some code online that works to copy a checked box row into a new worksheet, but it doesn't copy the picture that it is the row. How can I modify the code to get the image to transfer as well? My current macro is below: Sub CopyRows() For Each chkbx In ActiveSheet.CheckBoxes If...

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