I want to change the background color of an excel sheet from R1C1 to R1C10 in an excel sheet. On submitting the below code:
filename final dde 'excel|sheet1!r1c1:r1c10' ;
data _null_;
file final;
put '[patterns(1,0,15)]';
run;
the text [patterns(1,0,15)] gets printed in the cell-R1C1, without any background color.
Thanks
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.