ArviUTA Posted June 5, 2008 Posted June 5, 2008 I get this error when i run my script to get the Hypherlinks $oHyperlink = $oSheet.Range($temp).Hyperlinks.Item(1) $oHyperlink = $oSheet.Range($temp).Hyperlinks.Item(1)^ ERROR is there a way to handle the errors in Autoit. I searched and wasn't able to find a concrete answers.
amokoura Posted June 5, 2008 Posted June 5, 2008 Manual => Obj/Com => Error handling You can be notified of a COM error and also get the detailed description.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now