- Local time
- Tomorrow, 07:39
- Joined
- Jan 20, 2009
- Messages
- 12,895
MsgBox "This is the last record!", vbInformation, MT
This is just one example of a pet hate I have with most programs. The widespread use of exclamation marks in messages is simply not justified. Some programmers use them for every message. I actually consider their use quite rude in most situations.
Would you exclaim to someone who had just flipped past the last sheet of paper in a filing drawer? Do you write in large print on the inside of the folder "You have passed the last sheet of paper!"
Are the consequences so dire that you could not calmly inform the user? Then why exclaim the message?
Particularly since you had not warned them before they reached the last record that something terrible would happen if they went past. Oh that's right, nothing bad does happen.
Now if you are saying "Continuing will delete all data" then an exclamation might be justified. But certainly not for something as trivial as reaching the last record.