Quote:
Originally Posted by Guessed
You can compile by viewing the code and going to Debug > Compile Project.
|
Maybe I'm not understanding. I don't recall if I compiled on my wife's pc. Certainly that's how I developed the application on my machine. I suspect I did recompile on my wife's pc given my attempts at enabling the "Excel 16.0 Object" reference. I know I set breakpoints and stepped through to make sure the path and file names generated correctly.
Quote:
I don't know much about computer hardware but updating the BIOS sounds completely unrelated to your issue and I wouldn't be following that path.
|
Agreed.
Quote:
Graham's suggestion of changing the code to Late Binding is a guaranteed fix - have you had a go at doing that?
|
I originally anticipated my wife would want to update the rosters directly through Excel. As it turns out, she prefers how my module maintains those lists. So, if I'm going to change code, I think I'll just go with a simple .csv. I'm working on that now. But I'd prefer not to risk changing code if this is truly a configuration issue.
Please know how I truly appreciate the effort and thinking you have put into this on my behalf. Thank you.