Open a read-only copy

G

grok

Hi all,

I have a program which keeps appending to a csv file. Every now and then
I'd like to take a peek at it to see how it's doing. But if I open it with
excel then my program will be unable to write to it.

Of course I can make a copy of the file and open that and delete it later
but that is kind of a pain. I wonder if there is an easier way to open a
read-only copy of a file, maybe with a single click or two?

grok
 
A

Allllen

in excel do file > open

you get the dialogue box

find your file and click on it once

then instead of doing OPEN, have a try at clicking on the little drop-down
arrow next to the work open. from there you can open it as read only
 
G

grok

Thanks, Allllen.

Allllen said:
in excel do file > open

you get the dialogue box

find your file and click on it once

then instead of doing OPEN, have a try at clicking on the little drop-down
arrow next to the work open. from there you can open it as read only
 
Top