how do i open file for input

J

Jac

getting runtime error 70 help tells me to open file for input can't figure
out how to do this
 
J

JLatham

Error 70 is a permissions error. If your error message indicates otherwise,
let us know. But this sounds like you do not have permission to open the
file for some reason. Either you don't have permission to the folder the
file is located in, or (if you're trying to open it in code) you haven't
provided the password needed to open the file within the code statement
opening the file.
 
J

Jac

I am the adminon this computer. It says to change the write protection or
open as input file. do not find how to do either
 
J

JLatham

Go into Windows Explorer and find the file, right-click on it and choose
Properties and see what that tells you. It may be marked as Read Only,
although usually if that's the case you can open it, just have to save it
with a different name to save changes made to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top