Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AlboMrsP
  • Content: Threads
  • Order by date
  1. AlboMrsP

    Zip Excel File With Password from SAS

    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...
  2. AlboMrsP

    SAS 9 export into Excel 2003

    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...
  3. AlboMrsP

    Emailing Data From a Dataset

    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...

Part and Inventory Search

Back
Top