View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Letsride Letsride is offline
external usenet poster
 
Posts: 2
Default DDE Troubleshooting

dde poke Description Inserts designated value(s) into
specified location in server program. Syntax dde poke
convId item value convId Specifies the returned value
from the dde initiate command. Item Specifies the string
containing the item ID that a change in value is
requested. value Specifies the string containing the
desired value. Returns Returns an empty string. Example
Pokes the three numbers to three cells in TEST.XLS. for
{i = 1}{$i < 4}{incr i}{dde poke $conv R1C$i $cel($i)}


-----Original Message-----
I've been trying to create a connection between Excel

and a terminal
program that supports several DDE commands. I can

initialize the
connection, read information from it, but when I try a

Poke command it
fails. I'm running Excel 2000 PRO under Windows 2000.

Any
suggestions on how I can troubleshoot this? I thought

it might by the
symantic anti-virus program, but when I shut down the

two services it
had no effect. The DDE connection works under 98 and XP

at home, so
I'm assuming it's an OS issue (unlikly), or some other

service that it
getting in the way. Any thoughts would be appreciated.

Corey
.