List of DDE commands for Excel

S

Stum

Hi,
I wont to send some commands from my application to Excel via DDE. Fo
example : to select specific sheet in the excel workbook I use nex
command - [WORKBOOK.SELECT("sheet-name")].
But I can't find the list of all these commands. Please help me
 
D

DNF Karran

If you have a look in the object browser in the excel visual basi
editor it will have a list of the VB commands excel will accept and i
you hit F1 on them it will tell you what they do and usually giv
syntax.

Dunca
 
S

Stum

2 DNF Karran

Thank you , but it is not exactly what I'am looking for.
I use "DDEClient.DLL" for sending some commands from application t
Excel. Actually the wonted commands are strings/parts of function at m
application :

@MyFuncion ("par1" , "DDEExecute" , '[WORKBOOK.SELECT("Sheet1")]' )

The third parameter is a Excel command, what I'am looking for
 
Top