View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
judith judith is offline
external usenet poster
 
Posts: 2
Default Excel - Access Web Page

I regularly access some web pages - I want to do so via VBA.

I must access them via a log-in page - I can then access all other
pages on the site.

I have opened the initial web page in my browser and logged in. I
then open second page from within VBA but instead of going to called
page it goes to log-in page.

How can I log-in via VBA - keep web session active (if that is correct
terminology) and then access other pages?