BookmarkSubscribeRSS Feed
PaigeMiller
Diamond | Level 26

In the documentation for using DDE to write to Excel, there are examples of Excel commands embedded in SAS code, for example, as shown here

     PUT '[select("r1c1:r20c3")]';

     PUT '[sort(1,"R1C1",1)]'; 

     PUT '[save.as("dde3.xls")]';

     PUT '[quit()]';

Where can I find a complete list of these Excel commands?

--
Paige Miller
6 REPLIES 6
Reeza
Super User

I think the commands are all those in the link Art provided, but those don't really encompass all the options anymore because some new ones are available with the new versions of Office...

Peter_C
Rhodochrosite | Level 12

if you can find it you'll discover real documentation of the functions excel accepts through DDE in

excel 4 function reference

(iirc)

Andre
Obsidian | Level 7

Paige,

The last reference about DDE and excel is from Guam and Hadden at Nesug2013

"EXCELing in DDE:  Unlock Useful Tools for Processing Excel®  "

http://www.lexjansen.com/nesug/nesug13/151_Final_Paper.pdf

Inside you have a link to a complete list zip file

and also some technics linked to office14        

HTH

Andre

art297
Opal | Level 21

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 6 replies
  • 4651 views
  • 0 likes
  • 6 in conversation