View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Allllen Allllen is offline
external usenet poster
 
Posts: 341
Default Open a read-only copy

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
--
Allllen


"grok" wrote:

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