Good day community, hope you can help me out...
I have a macro that runs a userform, where user will type a password and depending the password it will create a multipage with X number of tabs (it depends on the password that is typed), as well as X amount of labels and textboxes per tab (depending on the number of rows in a given sheet)
Issue is here
In each tab, I need a button that will allow me to save changes made to the records (I did this because I want to protect the sheets from being manipulated by others).
Here is the code that generates everything until the button, but I need to make the button work to save the inputs.
Any help will be appreciated.
Bookmarks