#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default DDE Server

I launch an Excel application(.xls file with macros that
accepts feeds from DDE server). The DDE server has not
been started because the application(or something else)
will look for this server(.exe file for DDE server) on the
local machine. As soon as the application(.xls file) is
launched, a dialog box appears stating: "Remote data not
accessible. Start application <application.exe?". And
when you click yes(to start this application.exe file) it
cannot find this .exe file....message stating: "Cannot run
application.exe. The program or one of its components is
damaged or missing." However, nothing is missing and if
DDE server started manually, it will work. By default the
application looks under a particular directory, I need to
know where you can specify information for .xls file to
look for a DDE server .exe file when you launch a .xls
file because all this occurs before any macros are
started?

Thanks,
Pratik
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default DDE Server

Hi Pratik,

You need to put the directory containing the exe in the PATH environment
variable so that Windows can find it. Normally this can be done in the
Control Panel / System Properties / Advanced tab. Select Environment
Variables, click on the Path variable in the system variables, click Edit
and then append (for example) ;c:\MyDDEExe\Server. Do NOT remove any of the
existing entries!

HTH

Peter Beach

"Pratik Patel" wrote in message
...
I launch an Excel application(.xls file with macros that
accepts feeds from DDE server). The DDE server has not
been started because the application(or something else)
will look for this server(.exe file for DDE server) on the
local machine. As soon as the application(.xls file) is
launched, a dialog box appears stating: "Remote data not
accessible. Start application <application.exe?". And
when you click yes(to start this application.exe file) it
cannot find this .exe file....message stating: "Cannot run
application.exe. The program or one of its components is
damaged or missing." However, nothing is missing and if
DDE server started manually, it will work. By default the
application looks under a particular directory, I need to
know where you can specify information for .xls file to
look for a DDE server .exe file when you launch a .xls
file because all this occurs before any macros are
started?

Thanks,
Pratik



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
server k2 New Users to Excel 1 September 22nd 08 10:48 PM
SQL Server -- Bulk Insert from Excel to SQL Server Madhan Excel Discussion (Misc queries) 0 December 12th 06 03:08 PM
Excel 2003 Error Cannot Locate the Internet Server or Proxy Server Seabee Excel Discussion (Misc queries) 0 November 20th 05 12:03 AM
problem updating link from Novell server to windows server #REF er Ellen Excel Discussion (Misc queries) 0 May 10th 05 09:18 PM
Server name changes Jebaneesa Excel Discussion (Misc queries) 5 March 24th 05 02:38 AM


All times are GMT +1. The time now is 05:11 AM.

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

About Us

"It's about Microsoft Excel"