View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
affordsol affordsol is offline
external usenet poster
 
Posts: 29
Default Is Excel "caching" pages ?

Hi everyone !

In my Excel application, I use the following code to get a table from my web
site:
Sub ReadWeb()
Workbooks.OpenText FileName:="http://www.MYSITE.be/TestPHP/profsactual.xls"
End Sub

To my greatest surprise, the output does NOT reflect the actual changes done
to that file !

Is Excel using some "caching" as IE does ????



Thanks and regards from Belgium,
Hervé+