View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joey Lichtenstein[_3_] Joey Lichtenstein[_3_] is offline
external usenet poster
 
Posts: 2
Default Open (website) for Input?


I know how to do the basic:

open "c:\file.txt" for Input As #1

is it possible to open a web site for text input, and read the html code
as text into VBA? What would the format for the filename be?

Thanks so much in advance!

Joey