dmlyo150,
Just checked:
None = 0
Read only = 2
password and read only = 1
PAssword only = 1
chris_bottomley
Main Topics
Browse All TopicsThe Workbook Properties found under File>Properties are accessible using the following: Excel.ActiveWorkbook.Built
the arguments are
' 1 Title
' 2 Subject
' 3 Author
' 4 Keywords
' 5 Comments
' 6 Template
' 7 Last author
' 8 Revision number
' 9 Application name
' 10 Last print date
' 11 Creation date
' 12 Last save time
' 13 Total editing time
' 14 Number of pages
' 15 Number of words
' 16 Number of characters
' 17 Security
' 18 Category
' 19 Format
' 20 Manager
' 21 Company
' 22 Number of bytes
' 23 Number of lines
' 24 Number of paragraphs
' 25 Number of slides
' 26 Number of notes
' 27 Number of hidden Slides
' 28 Number of multimedia clips
' 29 Hyperlink base
' 30 Number of characters (with spaces)
Question: if I write a value of the Security Property (17) -where is that visible?
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
well the reason I was looking at them is -Access has a some hidden database properties to which I can add read/write properties of my own. I use it to hige encryped passwords and such. I was looking for similar functionality for XLS but cannot find anything... I was hoping that security property was it... but it does not accept text.
Thanks for your help.
Business Accounts
Answer for Membership
by: chris_bottomleyPosted on 2009-11-03 at 07:21:24ID: 25729762
Hello dmlyo150,
That should be a function of the workbook security on open i.e.:
A password is not required to open plus read only NOT identified
The document is read only and
The document requires a password to open.
Regards,
chris_bottomley