How do I open SAS and send my worksheet from Excel to SAS by clicking a button (created by macro) in Excel using VBA?
I have this so far, but not sure if it has started correct or how to proceed.
If anyone has advice or has done it, sharing the VBA code would be most appreciated!
Sub New_Program()
Set SAS = CreateObject("SAS.Application")
SAS.Visible = True
SAS.Wait = True
End Sub
A few years ago I did a Global Forum paper on running SAS from Excel through VBA and ADO.You can find the paper at this link
I think pages 8-11 might be more or less the code you need - it turns a spreadsheet range into a SAS data set but you should be able to adapt it to suit your purposes.
A few years ago I did a Global Forum paper on running SAS from Excel through VBA and ADO.You can find the paper at this link
I think pages 8-11 might be more or less the code you need - it turns a spreadsheet range into a SAS data set but you should be able to adapt it to suit your purposes.
Seems to be a problem best solved by using SAS Addin for MS Office.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.