How to unhide and pictures in excel

  • Thread starter Thread starter TUNGANA KURMA RAJU
  • Start date Start date
T

TUNGANA KURMA RAJU

In one of my w/books I used McGimpsyes's macro "Looking up and displying
pictures based on a cell value",http://mcgimpsey.com/excel/lookuppics.html
,by which all the pictures in the w/sheet are hidden.How to unhide all these
pictures by which I can edit these pictures .
 
JE has a line of code that hides all the pictures.

Me.Pictures.Visible = False

You can change it to:
Me.Pictures.Visible = True

and make that recalc that sheet.

Remember to change the code when you're done.
 

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