View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Count Images in an Excel Sheet

Try:

Sub HowMany()
MsgBox ActiveSheet.Shapes.Count
End Sub


--
Gary''s Student - gsnu201001


"Pankaj" wrote:

I have saved excel sheets with screen prints in it. I need to know if I can
get the total number of screen shots in a particular excel sheet.