Excel 2007 Opens up file in Read-Only always

K

kadi

when I open files from a usb drive office always opens them as read-only, and
i can change that from the properties, its frustrating
 
A

ANONYMOUS

The files in USB drive must be all marked read-only. go to cmd prompt by::

Start, RUN, cmd (you need to type cmd in the box)
Now change to the USB drive by typing
E:
or whatever it is on your system.

Now type :

attrib -r *.* /s

See if this has changed all the attributes of the file on this drive.
 
Top