How to unhide and pictures in excel

  • Thread starter Thread starter TUNGANA KURMA RAJU
  • Start date Start date
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.
 
Back
Top