I'm in the process of a new program. My problem is that I'm trying to write so that a user is prompted one time (at set-up) for a variable - a path. After that they should never have to state it again. What I am experiencing using Option Explicit/ Public is that when I close and open the spreadsheet, it looses the variable and I have to re-do the 'one time only' InputBox. What am I doing wrong? I'm totally new at this... Thanks in advance.
If when I open the spreadsheet, I get prompted that it can't find the word doc. However, if I run the InputBox and put in the path variable, it will run fine until it crashes somewhere else. Is there a way to keep that variable in there 'forever'? So that when they close and open the program they don't have to keep using the InputBox? Thanks folks... Look forward to hearing from you.
Bookmarks