Hi,
I'm currently trying to zip and password protect an excel file I output on a monthly basis so I can then auto email it to the relevant recipients.
I've tried playing around with DDE and a few other bits I've found on the internet, but, to no avail :-(
Does anyone have any idea how to do...
Hi,
I'm currently trying to get SAS 9 to export to Excel 2003 on a specific tab without using DDE.
I've scoured the net and got as far as the below:
libname myxls "c:\update.xls";
data myxls.data;
set work.update2;
run;
libname myxls clear;
This will add all the headers in the update2...
Hi, I've been asked if I can auto email data from a SAS data set. If it is possible, I'd need to send the data as text in the email rather than an attachment so it can be read on a Blackberry. Does anyone know how to do this? (or if it's even possible?) - I could really do with some help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.