pictures in excel

  1. A

    Modifying VBA Script to Add Pictures to Excel

    Hello All, I found a script online that I have successfully gotten to add pictures to my excel sheet in the location I want them. :) (Trust me this was an accomplishment I am new to scripting - read Please, please be patient with me and my bumbles here ;)) Here is that script, as I have it...
  2. R

    How to change default picture insert folder

    Okay, I feel embarrassed to even be asking such a seemingly simple question, but I just switched to Office 365 from Office 2013. Does anyone know how to change the Insert Picture default folder in Excel? I found it in the advanced options for Word, but haven't been able to find it anywhere in...
  3. W

    Pictures brainstorm!

    Hello all, I've been working on a program that will show a different picture depending on a selection from a dropdown list, it's on a sheet that may need to be copied several times and the PC this will be used on isn't great, can anyone offer any idea for this? Stuff I've tried already: 1...
  4. OtterlyAdorable

    Automatic Row Height with Pictures

    I'm not great with VBA, but I think it's the only way to solve this puzzle. I have a table with one picture in a particular cell that will move around. (It's a linked picture to a table, since you can't nest tables. -___- ) What I would like is this: A macro/VBA code that will BOTH expand a...
  5. D

    Saving Reports into Different Folders With Different Logos and Title

    I have 40+ reports that I generate weekly for different clients. I have the workbook set up so that each report is in a new sheet/tab and have a macro that runs through and saves each report as a PDF using the file name I desigate in a cell within the sheet. My clients are now wanting the...
  6. bgeniusz

    Pictographs using VBA

    I am trying to change the columns of a Waterfall chart from bars to an arrow. I know how to accomplish this in Excel but I need to make this happen for the user with VBA. The macro recorder does not work when modifying charts in Excel so I cannot find the code to create a pictograph there or...
  7. A

    Show Two Pics based on value of two cells

    Hello, I got the following code from this forum itself that works great: But when I change it to the following code: It does not work with cell J1. I am not sure what do i have to do to make it work. I want both pictures to show up when two different values are selected in those two cells...
  8. S

    Check for Picture in a cell

    Each month I receive a spreadsheet from another office. From it I extract certain data. I have created a macro to loop thru and do this. The problem is, some cells contain both a picture and text. I need to ignore those cells. I need a way to determine if a cell contains a picture. The only...
  9. G

    Sorting PICTURES once they have been imported into a cell

    Hello, I have inserted pictures into my worksheet with this code: Sub InsertPicture() Dim sPicture As String, pic As Picture sPicture = Application.GetOpenFilename _ ("Pictures (*.gif; *.jpg; *.bmp; *.tif), *.gif; *.jpg; *.bmp; *.tif", _ , "Select Picture to Import") If sPicture =...
  10. T

    macro for data of object pasted as picture?

    Hello. I was wondering if it is at possible to obtain data for a graph that has been pasted as a picture? It seems unlikely to me, but just thought I'd ask anyway.
  11. C

    Cannot select pictures

    I created a VBA program that allows you to select pictures via command buttons and by typing in data (one set of pictures is selected by the command button and the detailed pictures is selected by typing in the desired picture). My file was working perfectly when I left it and after someone else...
  12. A

    Can't get it to work..Please help with pics

    Hello, I have been looking into this for awhile. I have a very basic knowledge with excel 2003. I got an excel (2003) file that have over 15,000 links to pics. Every cell has one link to a pic <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>...
  13. E

    Pictures in excel

    I am trying to find a simple way of automatically adding pictures into an excel cell depending upon a % factor. i.e. if C1 = >80% i want to add a picture of the sun in D1, but if C1=<79% i want to add in a picture of rain clouds. Can anyone pls. help with this. :confused:

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