Ah! Now I understand what you are referring to and I see what you are
referring to - the files are not opening as read-only.
A quick check of the file type and I see the problem - and it looks like a
bug.
You can manually correct it if you want:
- Open an Exploring window
- Go to Tools/Folder Options
- Select the File Types tab
- Select the "Microsoft Excel Worksheet" file type (XLS)
- Click the "Advanced" command
- Select "Open as Read Only"
- Click "Edit"
- Change the DDE message to:
[open("%1",,1)]
- For Word edit the Microsoft Word Document file type (DOC)
- Change the DDE Message to:
[AppShow][REM _DDE_ReadWriteOnSave][FileOpen .Name="%1",.ReadOnly=1]
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.
~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP
Word FAQ:
http://mvps.org/word
TechTrax eZine:
http://mousetrax.com/techtrax/
MVP FAQ site:
http://mvps.org/
Alper Temel said:
i mean, when we hold down shift key and right click on excel file (office
2003) , "open as read-only" option appears in context menu. when i select
"open as read-only" option , it is not really open as read only.