Thread: followhyperlink
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Archer[_2_] Mike Archer[_2_] is offline
external usenet poster
 
Posts: 8
Default followhyperlink

Hello.
Is there a way to ensure a target html is fully loaded
prior to using SendKeys?

ThisWorkbook.FollowHyperlink Address:= "mypage.html"
SendKeys "some typing"

TIA
Mike