Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all,
Do you know how to sum the number of pictures in a same column? Thanks and Regards, Connie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This does PICTURES only, not other shapes. remove comment on volatility if needed Function NumPicsInRange(rngToSearch As Range) 'application.volatile Dim n&, pic For Each pic In ActiveSheet.Pictures If Not Intersect(rngToSearch, pic.TopLeftCell) Is Nothing Then n = n + 1 Next NumPicsInRange = n End Function keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "Connie" wrote: Dear all, Do you know how to sum the number of pictures in a same column? Thanks and Regards, Connie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you export pictures from my pictures file into a word docu | New Users to Excel | |||
what are the limits for number of pictures in a spreadsheet | Excel Discussion (Misc queries) | |||
Storing Clip Art pictures in My Pictures folder | Excel Discussion (Misc queries) | |||
Displaying large number of pictures in EXCEL | Excel Discussion (Misc queries) | |||
Excel's Compress Pictures or deleting pictures doesn't seem work | Excel Discussion (Misc queries) |