Pookiemeister
Well-known Member
- Joined
- Jan 6, 2012
- Messages
- 626
- Office Version
- 365
- 2010
- Platform
- Windows
I am wanting to ask the user where they would want to store a file, but I only want to ask this question one time, and this would be when they first use this program. Any help would be greatly appreciated. I thought about using a time and date stamp and store it in a variable. So, each time the user opens this form, the vba code will check to see if there is a value in that variable and if so, don't ask that question, otherwise ask where they want to store this file. Is this a good approach or is there a better and hopefully not to complicated way. Thank you.