BookmarkSubscribeRSS Feed
kswarfield
Calcite | Level 5

I have an Excel VBA macro that I need to convert to SAS 9.4. The purpose of this file is to create a new spreadsheet that contains all files and the information on creation/last modified dates and owner from a Shared Drive. The Excel macro takes so long it times out 95% of the time. I need to convert it to SAS 9.4 for efficiency, but VBA is not my strong suit.

Is there code I can run that will do the same thing in SAS or a way to convert the VBA to SAS language? 

I have attached the code in a Word doc as xlsm file types are not supported.

 

Thank you in advance!

Kimberly

3 REPLIES 3
Reeza
Super User

Like a directory listing?

https://support.sas.com/kb/24/820.html

 


@kswarfield wrote:

I have an Excel VBA macro that I need to convert to SAS 9.4. The purpose of this file is to create a new spreadsheet that contains all files and the information on creation/last modified dates and owner from a Shared Drive. The Excel macro takes so long it times out 95% of the time. I need to convert it to SAS 9.4 for efficiency, but VBA is not my strong suit.

Is there code I can run that will do the same thing in SAS or a way to convert the VBA to SAS language? 

I have attached the code in a Word doc as xlsm file types are not supported.

 

Thank you in advance!

Kimberly


 

Tom
Super User Tom
Super User

Why not just read the text generated by the DIR command?

Does your SAS installation not allow operating system commands to be called?

kswarfield
Calcite | Level 5

I am not sure, I've not used it before and don't know how.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 3 replies
  • 1057 views
  • 0 likes
  • 3 in conversation