EXCEL.EXE path for DDE command
Hi,
does anybody knows how to find the EXCEL.EXE path on any computer (v_path varchar2(100))so I could call it in a DDE command?
Excel application may have different paths on different PCs which are using different OS(Win98,Win2000,NT).
i.e.
dde_command := v_path || ' ' || my_file_path;
app_id := DDE.App_Begin(dde_command,DDE.APP_MODE_MINIMIZED);
For any help you can provide please e-mail me at m_boloha@nafa.ca
Thank you,
Monica