View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default InputBox Choices

Did you really mean MSGBOX? if so, you have to create a custom form if the
prompts from standard boxes do not meet your need.

Have a look at this site for guidance.

http://www.dailydoseofexcel.com/arch...message-boxes/
--
jb


"Joyce" wrote:

Hello,

I'm wondering how to display something other than Yes/No in an input box.
I'd like the users to select either Edit or Print buttons (as opposed to Yes
or No buttons) and, depending upon the button they click, another sub will
either be called or the sub will be exited.

Any help would be great.