Questions tagged [dde]

DDE is Dynamic Data Exchange, a process Microsoft introduced in Windows 2.0 (1987) that allows a program to connect to, communicate with, or control other program(s).

17 questions
10
votes
8 answers

Clicking hyperlinks in Email messages becomes painfully slow

Running Windows 7 (RC, 64 bit). Suddenly, today, after months without a problem, clicking on links has become extremely slow. I've noticed this in two places. (1) clicking hyperlinks in Outlook email messages, which launches Firefox, takes around a…
Joel Spolsky
  • 1,854
10
votes
12 answers

Why does Access report it can't receive a command to its program?

I just upgraded to Windows 7, and when after reinstalling my MS Office, I have an interesting error. When I click on a database, I get a popup message "There was a problem sending the command to the program", but the file application will still…
Noah
  • 2,657
4
votes
0 answers

Excel 2010 crashes: Excel.exe 0xc0000005 when trying to highlight from pivot table

One of our users uses pivot tables a lot. She often called me about Excel crashing from time to time without being able to reproduce the problem. Today we have found a way to reproduce the crash every time. Here's how (Excel is in French at work,…
4
votes
0 answers

In MS-Word DDE doesn't return results or errors

I have a client reporting their system doesn't work with my DDE Server. First time facing this kind of issue, so I hope you have some input as how to find the culprit. Version used is Office 2024 LTSC. The baviour is something I have never faced…
3
votes
0 answers

Pressing Win+E takes a very long time as oposed to double clicking My Computer

I had a similar problem with Microsoft Office files. If I opened Microsoft Word, for example, and then Ctrl-O to open a file, it would work instantly. However, if I double clicked on a file, it took a very long time to open. I found this issue…
1
vote
0 answers

Fatal error: Acrobat failed to connect to DDE server

This is my problem: I can always open one PDF document in Acrobat Reader from Explorer, and sometimes more (especially soon after Windows restart). However, after some time it starts to fail: when I double-click a PDF file, there is no immediate…
1
vote
1 answer

Auto: enable automotic update of links Ms-Excel?

How do I enable automatic updates of links for all users, even on other PCs? I have more than 20 excel sheets that are all linked and need to update. The problem is that sometimes users forget to click enable automatic update of links. How do I get…
khalid
  • 354
1
vote
1 answer

Excel 2013 DDE function

I have a problem with the DDE function in Excel 2013. When I try to use =DDE(X, y, Z) the function does not appear in Excel. I know that maybe it is a stupid question but after an hour I can't find anything I started to suspect that the function is…
CrApHeR
  • 151
1
vote
0 answers

App looking for Word 2007 as dependency, doesn't work with only Word 2010 installed

I have an old app I'm running and one of its functions is generating reports. Now, the thing is, whenever I want to generate a report, the app creates an RTF file and tries to find Word 2007 to open it. I have installed both Word 2010 and Word 2007…
0
votes
1 answer

How can we transfer data from one open Excel file to another in real time?

We have below situation and want the data to be transferred live, Any Help Please. 2 Separate Users - Gautam & Milan - Logged in to Windows RDP Server 2 Separate PC - PC1 & PC2 2 Separate Excel Workbooks - Book1 & Book2 - Both Workbook are…
0
votes
0 answers

After ignoring DDE function, cannot open separate instances of Excel

I looked up a method of opening multiple files in separate instances of MS Excel, as I have both a landscape oriented and portrait oriented monitor and need to use both. The common method of doing so was to enable a function called "Ignore other…
Wolfish
  • 123
0
votes
1 answer

Error adding right-click menu Edit option

I've followed the instructions to add an entry to the right-click menu, to add "Edit with Paint.NET" to the jpg right-click menu. However, Paint.NET produces the error: (The image type is not recognized, and cannot be opened.) I've double checked…
Steve
  • 2,855
  • 18
  • 75
  • 123
0
votes
3 answers

DDE items rewritten with _xlbgnm prefix in Excel

Some DDE formulas in Excel documents are rewritten when the file is saved and reloaded. The item part of the formula is prefixed with _xlbgnm, for example: =App|Topic!ABC1 is changed to: =App|Topic!_xlbgnm.ABC1 This seems to happens: with .xslx…
Emmanuel Bourg
  • 243
  • 3
  • 5
0
votes
1 answer

MS Word mail merge: "word could not re-establish a DDE connection to microsoft access"

I have several mail merge documents that I created in MS Word 2007. These have worked very well with MS Access 2007 for years. The only problem that I had to solve during creation of the documents was, that they could not see the required Access…
Tobias Knauss
  • 411
  • 2
  • 11
0
votes
1 answer

Libre-office calc: copy cells from different file with automatic cell number addressing

In libre-office I need to load a lot of data from one file into another file. To load the cell content, I use to code below: =DDE("soffice";"file://path-to-my-file/my-file.xlsx";"mysheet.A2") Problem: I need to load a lot of cells, and I can not…
ABot
  • 101
1
2