Macro to load JPG image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have aprogram that talks to an Engineering application and passes data back
and forth to Excel. The engineering program generates a JPG file that I wnat
to update in my Excel Spreasheet. Does someone have a macro to do that? It
needs to load form the same folder as the spreadsheet as I have many versions
running in different folders.

Thanks
Ted
 
Hi Ted, record a macro that inserts the picture and include formating
(positioning and sizing) in your recording. Then examine the code for ideas.

You can use activeworkbook.path to extract the location of the active
workbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top