Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel VBD DDEInitiate problem

Hi there,

I'am using a script with the DDEInitiate command.

The DDE communication is over a network and it's working fine.

My command look's like this;

Channel = DDEInitiate ("\\PCName\ApplName","Topic")

I want to put the IP adress instead of the PCName ex:

Channel = DDEInitiate ("\\10.131.34.5\ApplName","Topic")

This is not working, why ????

Any idea someone.

Thank

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 117
Default Excel VBD DDEInitiate problem

Did you search the MSDN Library for "Network DDE"?
http://search.microsoft.com/search/r...n&st=b&c=4&s=2

--
Regards,
Bill


"bbombardier " wrote in message
...
Hi there,

I'am using a script with the DDEInitiate command.

The DDE communication is over a network and it's working fine.

My command look's like this;

Channel = DDEInitiate ("\\PCName\ApplName","Topic")

I want to put the IP adress instead of the PCName ex:

Channel = DDEInitiate ("\\10.131.34.5\ApplName","Topic")

This is not working, why ????

Any idea someone.

Thanks


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Excel VBD DDEInitiate problem

In my experience:

The first step I use when trying to initiate a DDE conversation is to
make sure I can ping the computer name, that is acting as the DDE
server.

Computer names have to be resolved to IP adresses thru a DNS or WINS
server. I have tried to resolve names using a host file - which will
resolve the name under a ping statement but will not work to resolve
the name under DDE.

Good luck

"Bill Renaud" wrote in message ...
Did you search the MSDN Library for "Network DDE"?
http://search.microsoft.com/search/r...n&st=b&c=4&s=2

--
Regards,
Bill


"bbombardier " wrote in message
...
Hi there,

I'am using a script with the DDEInitiate command.

The DDE communication is over a network and it's working fine.

My command look's like this;

Channel = DDEInitiate ("\\PCName\ApplName","Topic")

I want to put the IP adress instead of the PCName ex:

Channel = DDEInitiate ("\\10.131.34.5\ApplName","Topic")

This is not working, why ????

Any idea someone.

Thanks


---
Message posted from http://www.ExcelForum.com/

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Colon at the end of excel file name(ex: problem.xls:1, problem.xls financeguy New Users to Excel 2 January 15th 10 01:15 AM
Problem viewing Excel 2003 Pivot Chart fields in Excel 2007 ronny B Charts and Charting in Excel 1 October 24th 08 10:08 PM
Weird problem with Excel 2000...Worksheets disappearing in a shared Excel file BrianL_SF Excel Discussion (Misc queries) 2 October 10th 06 08:27 PM
Started out as an Access problem. Now an Excel problem RobertM Excel Discussion (Misc queries) 2 April 26th 06 07:30 PM
DDEInitiate with Notepad Kevin Excel Programming 4 October 15th 03 08:35 PM


All times are GMT +1. The time now is 04:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"