Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Count Images in an Excel Sheet

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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
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.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Count Images in an Excel Sheet

PicCount = Activesheet.Pictures.Count

Regards,
Peter T


"Pankaj" wrote in message
...
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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Visual Basic: Get row count of a sheet in Excel Curious[_2_] Excel Discussion (Misc queries) 9 July 6th 09 08:43 PM
how do i sort a data sheet which has images in it also? Arpit Gupta Excel Discussion (Misc queries) 2 September 12th 08 12:43 AM
for i...next i over images in a sheet furbiuzzu Excel Programming 4 July 9th 06 12:26 PM
delete images in an excel sheet [email protected] Excel Programming 2 June 14th 06 06:51 PM
VBA code to insert images in excel sheet Riya Excel Programming 2 October 29th 03 12:22 PM


All times are GMT +1. The time now is 04:12 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"