How to unhide and pictures in excel

D

Dave Peterson

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.
 
Top