DDE in Excel 97 & NT4.0 (OpenInsight Specific)
At 14 SEP 1998 01:44:41PM Ron Hollar wrote:
The following code from an Excel 97 macro works under Win95 but not under WinNT4.0:
chan=DDEInitiate("PS", "PS")
DDEExecute chan, "RUN START_WINDOW ""TEST"", """""
DDETerminate chan
Why?
At 24 SEP 1998 10:36PM Cameron Revelation wrote:
Ron,
Do you have VB to reproduce that in? (Since I think that Excel code is using VB script or something like that.) If so, could you ship us a small VB app so we can test it here?
Cameron Purdy
Revelation Software
At 25 SEP 1998 12:00PM Ron Hollar wrote:
Cameron,
You should be able to paste the code I posted into a VB module and run it, there's nothing more to it than that.
Ron Hollar