I have a xlam file that users open within their current worksheets that adds a new custom ribbon, with approximately 12 buttons of assorted macros for them to format and perform certain calculation tasks in their worksheets. I am a complete novice at VBA, and am trying new things out. I have recently made the buttons somewhat idiot proof, so if the users click them in inappropriate cells, a msgbox will come up and instruct them how to proceed.

So for each button, I have made custom msgboxes depending on what needs to happen, and sort of as an Easter egg, I'm using funny titles on each box. Well, I thought it would be better if instead of programming each box separately, I could have a list of titles, and each box would randomly pick a title to use when activated. Is there a simple way to do this?