1) You must shutoff the GUI in Excel for it to work reliably in a realtime data environment. I found few people who know how to do that. Entering data into a cell by hand is a "no-no".Quote from dima777:
thanks! can anyone else with experience in excel automation please post here?
2) Excel is very sensitive when ActiveX components are being referenced and used (which is often the case for the trading APIs)
3) Excel formulas are nearly unusable for large volumes of fast moving data....VBA must be used instead.
4) RTD is much more robust and efficient compared to DDE which unfortunately is most often the only option available in many of the APIs out there (TOS, IB, Genesis, etc).