This code easily counts all the objects in a worksheet. I am having trouble with the syntax for counting only objects with a name beginning with certain letters.
Can I use something like this? :![]()
Sheet1.OLEObjects.Count
![]()
Left(Sheet1.OLEObjects.Name, 5).Count
Bookmarks