DDE command error in G version and G Office


Version: 2019

Type: Bug Fixes

Category: Data Handling

Subcategory: Import Data

Jira: ORG-18551


In German OS, Origin2018b G and Office2013 G

1. Open Origin and the Excel file in attachment.
2. Run below script in Script Window:

dde -c Excel|[Xdaten.xls]Tabelle1 idxd;
dde -rc idxd R1C1:R5C2 [Book1]Sheet1!R1C1;

3. Refresh

==>#Command Error!

To fix this problem, replace the second command with

dde -rc idxd Z1S1:Z5S2 [Book1]Sheet1!R1C1;