I have a problem with connecting to Excel, there's a plugin that reads from db and tries to fill excel sheet with data across DDE, and it seems to be failing sometimes on DDEConnect function with error number 16390 - DMLERR_INVALIDPARAMETER Invalid parameter to DDEML function call.

What is more interesting it is failing more often when pressing F9 (recalculates all formula in worksheet) then running from macro which goes through all worksheets and recalculates the formulae.

Anybody with experience of DDE with Excel?

Regards, Mika

link|improve this question

80% accept rate
feedback

1 Answer

The problem might be that DdeInitialize() was not yet called for the current thread

link|improve this answer
thanks for help but didn't find any reasonable explanation, it's a blackbox and it just didn't work for me... – blackuprise Dec 27 '10 at 10:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.