View Single Post
  #5   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 stole this from a website out there as an example of what they say you can
do with a wrapper function:

RTD function:
=RTD(RealTimeServerProgID,MachineNameWhereServerRu ns,Topic1,[Topic2],€¦)

Wrapper function:
=GetMyData(MSFT,LAST)

function GetMyData(mySymbol,myField) as variant
'PUT YOUR TEST HERE
GetMyData =application.worksheet
function.RTD(€śmyDLLName.myClassModuleName,myMach ineName,mySymbol,myField)
End function

Regards

"Paul987" wrote:


Thanks for the responses, but I'm loking for a little more specific
advice. I got kind of lost at the "VBA wrapper function." Has anyone
run into this problem before?


--
Paul987
------------------------------------------------------------------------
Paul987's Profile: http://www.excelforum.com/member.php...o&userid=24850
View this thread: http://www.excelforum.com/showthread...hreadid=521129