kevin071572
New Member
- Joined
- Jul 19, 2007
- Messages
- 7
I'm winging my way trying to learn VBA but I can't find the answer to this problem. I have a macro that renames the current file and saves a copy with a new file name based of the value of 3 different cells. But it doesn't save it in the same folder that it opened from. I can't just copy the code to here since it's on a private network that doesn't access the internet. It uses the line & CurDir & "\" MyCell & ".xls"
That line doesn't save it in the folder the file started from. Am I missing something to complete the path to the file? Am I even asking the right question?
That line doesn't save it in the folder the file started from. Am I missing something to complete the path to the file? Am I even asking the right question?