06-19-2012, 01:34 PM
(This post was last modified: 06-19-2012, 01:37 PM by SarodeGirish.)
'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
Next
After executing the above code I am getting the error as "Object required 'Description'