BookmarkSubscribeRSS Feed
Vid
Calcite | Level 5 Vid
Calcite | Level 5

Hi,

Is there a way to create Read Only Access excel files using DDE technique?   I am creating excel files in sas using excel xp tagsets and converting them to native excel using DDE but do not want anybody to make any changes in it by mistake?

Thanks

Vidya

2 REPLIES 2
Reeza
Super User

From the DDE docs:

SAVE.AS(document_text, type_num, prot_pwd, backup, write_res_pwd, read_only_rec)

Read_only_recis a logical value corresponding to the Read-Only Recommended check box in the Save Options dialog box.

If read_only_rec is TRUE, Microsoft Excel saves the workbook as a read-only recommended workbook; if FALSE, Microsoft Excel saves the workbook normally; if omitted, Microsoft Excel uses the current settings.

    When you open a workbook that was saved as read-only recommended, Microsoft Excel displays a message recommending that you open the workbook as read-only.

Vid
Calcite | Level 5 Vid
Calcite | Level 5


Thanks Reeza!!  That worked.

Vidya.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 1236 views
  • 1 like
  • 2 in conversation