Set readOnlyRecommended

Hi,


Is it possible to set readOnlyRecommended to true via the API? (Save As - Tools - General Options - Read Only Recommended)

Thanks,

Danny

Hi,

Yes, use:
xls.Protection.RecommendReadOnly :=  true;

thanks!