View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Adam Adam is offline
external usenet poster
 
Posts: 287
Default Acting on Real time data feed

I believe you can write a VBA wrapper function that has the RTD call inside
it, which you can pass to a variable for tolerance checks. This wrapper
function then would be called in the cell reference as opposed to the RTD
formula you would normally use.

Dont know if this would be too much of a performance impact and how the
subscription engine would handle the connection of a topic within a function.