View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] jamesba@gmail.com is offline
external usenet poster
 
Posts: 2
Default Writing streaming data to txt file

I have data streaming in to excel from an external source. I would
like to capture this data every given interval (say 5 seconds) and
write it to a text file.
I know how to open a text file and write static data, however, I do not
know how to handle streaming data.