Public Function CloseLastBrowser()
Browser("index:=0").close
If not Err.Number = 0 then
closeLastBrowser = -1
Err.clear
exit function
end if
closeLastBrowser = 0
End Function
No comments:
Post a Comment