NetDDE

R

reklamo

I have an open workbook on PC 1 in which values are updated every second. I
want to transfer some cells (values) to an other workbook on PC 2. How is
this possible with NetDDE?
Thanks for help in advance
reklamo
 
L

Lorenzo Colautti

Hi reklamo.

Three steps are necessary:

1. enable and start "Network DDE DSDM" and "Network DDE" in both pc's

2. on serverside, each share expose to network a single server-topic pair; in excel you can expose a single file per share.
Run ddeshare utility (from start->run.. ddeshare); create new share, and name it; then in each of three rows you must insert:
App name: excel.sheet
Topic name: your_excel_file_pathname


3. link your 'client' cells with remote sheet cells

='\\serverhostname\NDDE$'|sharename!'!sheetname!R1C1').


WARNING! DDE is an older technology that is not secure!
Reference: last part of Microsoft KB238133

Good luck!
Lorenzo
 

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

Similar Threads

NetDDE 2
NetDDE in Excel 2003 1
NetDDE DDEShare and Excel 1
Copy Worksheet 3
Public variable not recognized in event 1
Updating Cell Values 1
Arrays and scattered cell values or another way? 16
NetDDE Failure 0

Top