April 2006
Beginner
1114 pages
98h 16m
English
permission.RequestPermissionURL [= setting]
Sets or returns a string used to contact the author, so that nonauthorized users can request permission to read or edit the workbook. By default, this string takes the form mailto:authoraddress, but you can change it to include subject lines or to display a web page. For example, the following code displays a web page when a user requests permission:
Set irm = ThisWorkbook.Permission
irm.RequestPermissionURL = "http://www.mstrainingkits.com/Excel/Permission.aspx"Read now
Unlock full access