skorpionkz
Well-known Member
- Joined
- Oct 1, 2013
- Messages
- 1,171
- Office Version
- 2016
Hi all,
I have created application in excel, that contains multiple userforms and quite few class objects.
Each class object is specific part of the project details (budget, dates etc.).
When user update data in the field of userform, the application tracks the changes and update the class object accordingly.
Then whenever user press save button the updated values goes to the database.
The problem is when user change some data, but the press close without saving.
For now application set back up object, which I create by copying every single parameter from selected project to back up project (classes).
Obviously this is quite tedious task, and I have to make sure that every new parameter added is in back up functionality.
I am trying to figure out is there any easier way to BackUp specific object?
Thank you,
Andrzej
I have created application in excel, that contains multiple userforms and quite few class objects.
Each class object is specific part of the project details (budget, dates etc.).
When user update data in the field of userform, the application tracks the changes and update the class object accordingly.
Then whenever user press save button the updated values goes to the database.
The problem is when user change some data, but the press close without saving.
For now application set back up object, which I create by copying every single parameter from selected project to back up project (classes).
Obviously this is quite tedious task, and I have to make sure that every new parameter added is in back up functionality.
I am trying to figure out is there any easier way to BackUp specific object?
Thank you,
Andrzej
Last edited: