View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Robin Hammond[_2_] Robin Hammond[_2_] is offline
external usenet poster
 
Posts: 575
Default IBindStatusCallback

Jack,

I haven't tried any callbacks but have used the UrlDownloadToFile call. As
far as I have seen within VBA it is completely asynchronous, so I'm not sure
what good a callback would do for you.

Robin Hammond
www.enhanceddatasystems.com

"Jack Clift" wrote in message
...
Does any one have code examples of implementing the
IBindStatusCallback class / methods of URLMON
URLDownloadToFile API call?

Thanks

Jack