View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jayne22 Jayne22 is offline
external usenet poster
 
Posts: 20
Default opening an excel file from a website using vba

Is there a way to open and activate an excel spreadsheet from an online
source using vba? I am attempting to write a function in one spreadsheet that
calls upon and performs a function on another sheet; unfortunately this is a
spreadsheet from an online site that changes daily.

I know how to open and activate a sheet that is within my own folder, but
this is obviously more complex.