Public Function ConfirmDelete(Optional PrintAbandonMsg As Boolean = True) As Boolean
Simple confirmation using "delete"
User confirmations
Simple confirmation using "delete"
Simple confirmation of an action by the user entering a specified word to confirm
Two step confirm. Present the first message in a Yes/No message box.
If the response is Yes, then present a confirmation message and get the user to type 'yes' for final confirmation
- if FirstMsgString="" then the first message will not be displayed (assume the caller has already done so)
Simple confirmation using "yes"
Display a custom input dialog, like InputBox.