Getting "Permission Denied error 70" on Windows XP and 2003

L

Lalit Chaudhari

Hi All,
I have developed a VBA program which is automating the web browser to do
some steps. It is working fine on Windows 2000. But its giving error as
"Permission Denied error 70" on Windows XP and 2003.

Below is the code. I am getting the error on the first
line. The following code is in the loop. When the item-type is checkbox
or radio-box it's working fine but when it will be the Listbox, its giving
the
error!

If element.Type = "select-one" Then
Debug.print "List Box"
Else
Call element.Click
Debug.Print "Selecting Save Tool: " & element.ID
Do While IEVNT.Busy: DoEvents: Loop
End If

Can you please let me know if anybody knows the solution for this?

Regards,
Lalit C.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top