05-30-2014, 02:15 PM
Did you tried getting the child objects collection and then getting the cell value.
Code:
Set oDesc = Description.Create
Set colObject = ParentObject.ChildObjects(oDesc)
Set colObject = Desktop.ChildObjects(oDesc)