Hi Everyone,
I am running on windows 7 and office 2010 and have a strange issue....
When I was on XP/Office 2007 my DDE script would save the excel file and close it on its own. Now it stays on the Save|SaveAs|Cancel dialog box until I hit Save manually...
How can I fix this? Script:
data _null_;
file commands;
put "[Save.as(""&saveas_Path.&saveas..xls"")]";
put "[Close]";
run;
%mend;
Here is the full thing :
filename commands DDE 'EXCEL|SYSTEM';
data _null_;
file commands;
put '[OPEN("pathtoexcelfile.xls")]';
run;
data _null_;
file commands;
put "[Save.as(""&saveas_Path.&saveas..xls"")]";
put "[Close]";
run;
That doesn't appear to be quite what you are probably running. It will help if you include your macro variable assignments and make sure that they are reflected correctly in your code.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.