View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R.VENKATARAMAN R.VENKATARAMAN is offline
external usenet poster
 
Posts: 74
Default getting external data

I am familiar with the method of getting external data from a webpage and
have seen some vba programmes on this and also on refreshing data.
But sometimes the external webpage requires logging in username and
password. both while geting data for the first time and also while
refreshing the data. how to dovetail the requirement of loggingin in the vba
programme.
thanks.