cellulargnome
New Member
- Joined
- Mar 30, 2017
- Messages
- 15
I'm running a project right now that has grown beyond what it was ever intended too.
This is an Excel VBA application used within a single dept. Every user should be opening the file from a single location and always be running the latest version, this however isn't happening.
What I'm looking at doing is storing my subs in an access database (no access to SQL server), this way I can update the sub in the database and everytime it's run it's the sub I intended the user to run.
Let say for instance form frmFormName on form load grabs the code required from Access database, stores it whilst the form is used then closes database connection. This way no matter how many changes I make to the code the end user is always running the latest version and not some old version they stored on their desktop.
Can this be done? If so any pointers as to how I could achieve this would be awesome.
Many thanks
CG
This is an Excel VBA application used within a single dept. Every user should be opening the file from a single location and always be running the latest version, this however isn't happening.
What I'm looking at doing is storing my subs in an access database (no access to SQL server), this way I can update the sub in the database and everytime it's run it's the sub I intended the user to run.
Let say for instance form frmFormName on form load grabs the code required from Access database, stores it whilst the form is used then closes database connection. This way no matter how many changes I make to the code the end user is always running the latest version and not some old version they stored on their desktop.
Can this be done? If so any pointers as to how I could achieve this would be awesome.
Many thanks
CG