View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Enter The Enter The is offline
external usenet poster
 
Posts: 3
Default Using VBA to parse RTD objectdata

Hi,

I have a spreadsheet which uses the RTD method to get real time data
into my spreadsheet.

I'd like to use VBA to do some calculations on a large number of these
RTD values.

Is there a way I can use VBA to subscribe to, and parse, RTD data,
without having to insert the RTD function into an excel cell?

Thanks,

enter