BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi All,

Im looking to get a better understanding of using DDE to open an excel spreadsheet that has a password.

Once the Excel is open, export a file and then close excel.

My understanding of SAS is limited as I'm new and would like to uderstand how this can be done.

regards
3 REPLIES 3
deleted_user
Not applicable
hi thanks for the reply,
I have a question, in the below line is "cc" file name that I'm trying to open?

filename cc dde 'Excel|System';

regards
Oleg_L
Obsidian | Level 7
Hello.
Yes, "cc" is a filename by which you manage Excel in the datastep:

data _null_;
file cc; put '[Open("c:\documents\wg.xls",0,1,,"abcdxxx")]';
run;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1805 views
  • 0 likes
  • 2 in conversation