Link to home
Start Free TrialLog in
Avatar of crobb
crobb

asked on

DDE Topics for Excel 97

I am trying to drive an Excel spreadsheet from an external application (Mercury Interactive's WinRunner). I have a dll which implements the dde_execute function, which allows me to perform operations like
Execute("Excel", "system", "[OPEN("default.xls")]");
Execute("Excel", "system", "[SAVE]");
Execute("Excel", "system", "[QUIT]");
etc.

I am trying to find out the valid system and sheet topics (i.e. the [QUIT], [SAVE] bits). I have been mostly guessing until now. Can anyone point me in the right direction where I can get hold of this info? Preferrably free on the net somewhere!

Thanks
ASKER CERTIFIED SOLUTION
Avatar of david_levine
david_levine

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial