View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron[_32_] Ron[_32_] is offline
external usenet poster
 
Posts: 36
Default Send from excel to webpage...is it poss?

Hi all,

I've got a sheet that produces a differing set of data every 3 seconds or
so. The data is simple numbers in a table no more than 30 rows by 4
columns, so not a lot of bytes to be sent.

I've looked through vba's help files for something to get me started but
the help seems vague.

What I want is to send this data to a webpage table every 3 seconds or so.
Is this posible with vba?

If so could someone point me to a method/s that would get me started?

Thanks for looking in.

Ron