List of DDE commands for Excel

  • Thread starter Thread starter Stum
  • Start date Start date
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
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top