'Create a description for browser
After executing the above code I am getting the error as "Object required 'Description'
Code:
Set oBrowser = Description.Create
oBrowser("micclass").Value = "Browser"
'Get all browsers
Set allBrowser = Desktop.ChildObjects(oBrowser)
Dim i, iCount
iCount = allBrowser.Count - 1
For i = 0 To iCount
allBrowser(i).Close
NextAfter executing the above code I am getting the error as "Object required 'Description'

