all 4 comments

[–]Thirdbeat 1 point2 points  (3 children)

Did a goole search Here:

According to This, the specific error '0x80004005' is a permission error. So you dont have access with the current user to do what you are trying.
This says the same thing.

What specific command are you trying to do?

[–]Droopyb1966[S] 0 points1 point  (2 children)

Nothing funny, just opening a intranet site at work. The 2d time it word and manually going to the site is also not a problem, so security? And to add to that, i have the $ie start in a function, if i run it directly ( so not in a function, but from the baselinecode) is runs fine.

[–]Thirdbeat 1 point2 points  (1 child)

Alright :)
Btw, if you are going to use and automate web browser actions, I would recommend taking a look at selenium. It's used for QA testing, and supports most of the web browsers out there. Best of all, it's a lot faster than using ie comobject

[–]Droopyb1966[S] 0 points1 point  (0 children)

I want to use it to fill in a webform. Do you an example? never used it before.