Class UsedObjects (Excel VBA)
The class UsedObjects represents objects that have been allocated in a workbook. To use a UsedObjects class variable it first needs to be instantiated, for example
Dim uos as UsedObjects
Set uos = Application.UsedObjects