View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alexandre Nikolov Alexandre Nikolov is offline
external usenet poster
 
Posts: 4
Default DDE very slow with Excel 2002, repost

You are 100% right about the DDE support. DDE is there but M$ does not fix bugs in it. (according to some articles I found in MSDN).

Meanwhile I abandoned DDE and implementedn solution useing COM and "RTD" (RealTimeData) function available in Excel 2002 and Excel 2003.