View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
festdaddy festdaddy is offline
external usenet poster
 
Posts: 23
Default permission denied error when automating explorer

Hi,
I have some code that navigates to a website, and places certain links
into a collection. I then try a for each loop through the collection
to navigate to those links. If I just let it run, I get a permission
denied error, but if I pause at the for each line and step through,
everything works okay. Can anybody tell me whats going on? I've done
this kind of thing many times and never had this problem.

Thanks,
Rob