Here follows my second attempt at making the flow chart:
Action= Save
Result= Confirm Dialog
- | Action= Yes
- | Result= Password Dialog
- - - | Action= Accept
- - - | (Assuming the Password is Correct)
- - - | Result= Do Save
- - - | (Assuming the Password is Incorrect)
- - - |...
The revised code helped me alot, but I need something extra...
I want to add a "password" to save the spreadsheet when you click Yes. This will enable mangement to save the sheet should need be.
The Password does not have to be encrypted, it can be hardcoded. It would help if it is hashed in...