help button in messge box

  • Thread starter Thread starter keyur
  • Start date Start date
K

keyur

hi

is it possible to have a help button in a message box,
which when clicked shows another message box with some
information on the error.

thanks
 
Hi
have a look at the VBA help for msgbox:
add
vbMsgBoxHelpButton as parameter

you could also add a 'context' and a 'helpfile'
 
keyur,

Sure. You need a compiled .hlp file somewhere, and a reference to it from
your project, and you use (or add) vbMsgBoxHelpButton as your button
constant.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top