PureBytes Links
Trading Reference Links
|
I found a mention that Robert Linders said that you could use DDE execute to
access the DLL.
If anyone has sample code of how this is done, especially ifits VB, I would
be most grateful.
Thanks
Kind regards
Chasman
-----Original Message-----
From: chasman [mailto:chasman@xxxxxxxxxx]
Sent: Tuesday, July 16, 2002 12:43 PM
To: omega-list@xxxxxxxxxx
Subject: PushPop and Excel
Has anyone used this great DLL with Excel
I was trying to swap data with Tradestation 6 and Excel. However the DLL
does not register with Regsvr32, so I am wondering if I can not access it
from Excel
VB code
Private Declare Function getflag Lib "PUSHPOP.DLL" (ByVal nREf As Long) As
Double
|