View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ken Rangel Ken Rangel is offline
external usenet poster
 
Posts: 4
Default Excel - RTD file wont save

I don't beleive the problem is in my RTD server. To
reproduce my problem
1) take one of the RTD server projects you mentioned (I
used the V++ one)
2) Modify the RefreshData method to return a long string
(I returned a string of 12000 'x' characters)
3) reference that data via a the RTD function in a single
cell of a workbook.
4) after the data has come back in the RTD cell try to
save the workbook - this should reproduce my problem.

-----Original Message-----
Hi Ken,

So far as I know on this issue, you may need to write one

COM server for receiving RTD data. There is one kb article
introducing this which needs the
Office XP and later. Please go to:
Visual Basic
285339 HOWTO: Create a RealTimeData Server for Excel
http://support.microsoft.com/?id=285339

Visaul C++
327215 Create a RealTimeData Server for Excel 2002 or

Later with Visual C++
http://support.microsoft.com/?id=327215

Please feel free to let me know if you have any further

questions.

Does this answer your question? Thank you for using

Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and

confers no rights.


.