For a class I have to write a program in VBA which involves calling a file. I know the syntax to call the file but I am not sure of the directory. So here is what I have.
Open ("I don't know the directory") For Input As 1
This is probably a really easy question and I am just being oblivious to the answer. So can you please help me with this question.
Open ("I don't know the directory") For Input As 1
This is probably a really easy question and I am just being oblivious to the answer. So can you please help me with this question.