Name
UsedObjects Object
Synopsis
Path: Application - UsedObjects
|
Object |
Properties |
|
UsedObjects |
|
The documentation for the UsedObjects collection object is incredibly bad, even by Microsoft standards, which is saying a lot. It gives absolutely no clue as to what used objects might be, but it does tell us how to count the number of used objects!
If you open a brand new workbook (with the default three empty worksheets), then the code:
Application.UsedObjects.Count
returns the number 7, so whatever is used object might be, there are 7 of them in a new workbook.
After some experimentation and much frustration, I conclude that if Microsoft does not consider it worth spending time to write even a sentence explaining used objects, then it is probably not worth your time or mine to try to figure it out.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access