Changing the name of a message box
yes
the syntax is
msgbox prompt, buttons, title
VBA intellisence gives you the full list, but basically, whatever you use as
"title" will appear as the heading
"Bishop" wrote:
Can I change the name of a messege box to something other than Microsoft Excel?
|