Announcement

Collapse
No announcement yet.

DDE formula in VBA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DDE formula in VBA

    Hello,
    What is the correct formula to get data with DDE in VBA,
    nrcanal = DDEInitiate("FSDDE", "QUOTE")
    is working well, canal is open
    monres = DDERequest(nrcanal,"'SB K9'[Black Scholes].Last")
    is giving error 285,

    thanks for any idea
Working...
X