If you want to see if the component is registered then
Code:
Dim objW as object
Dim lngErr as long
On Error Resume Next
Set objW = CreateObject("scripting.FileSystemObject")
lngErr = Err.Number
On error goto 0
if LngErr <> 0 then
... object is not registered
End if
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.