Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Message Box Question

Is it possible to write code for a message box so that you can have multiple questions inside the box and a yes/no checkbox way to answer

Here is a rough idea of what I would like it to look like

Question1 yes n
Question2 yes n

Associated with each yes and no would be a check box that the user could select. Is this possible to do? If so could someone please help me with the code

Thank you in advance

Ryan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Message Box Question

You want one message box that displays all the questions ? if so, no...
you'd have to use a Userform for that.

--
Regards,

Juan Pablo González

"Ryan" wrote in message
...
Is it possible to write code for a message box so that you can have

multiple questions inside the box and a yes/no checkbox way to answer?

Here is a rough idea of what I would like it to look like:

Question1 yes no
Question2 yes no

Associated with each yes and no would be a check box that the user could

select. Is this possible to do? If so could someone please help me with
the code?

Thank you in advance.

Ryan



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Message Box Question

I don't think this can be done with a message box, but you could certainly
create a pop-up form with an unbound text box and two check boxes. You
could then set the data in the unbound box using code. You could place a
second set of textbox and check boxes under that, then a third, etc.

Another way might be to use a continuous form and populate it with your
questions. This could be based off a query or code to limit which questions
display. This method would be more flexible if the number of questions
varies.

If you get rolling on this idea and need help, just post more specific
questions and I'm sure we can help ya out.

Rick B



"Ryan" wrote in message
...
Is it possible to write code for a message box so that you can have multiple
questions inside the box and a yes/no checkbox way to answer?

Here is a rough idea of what I would like it to look like:

Question1 yes no
Question2 yes no

Associated with each yes and no would be a check box that the user could
select. Is this possible to do? If so could someone please help me with
the code?

Thank you in advance.

Ryan


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Message Box Question

You can't do it with a MsgBox, but you could either create a userform, or
put the questions on a worksheet and add a checkbox there for, or option
buttons.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Ryan" wrote in message
...
Is it possible to write code for a message box so that you can have

multiple questions inside the box and a yes/no checkbox way to answer?

Here is a rough idea of what I would like it to look like:

Question1 yes no
Question2 yes no

Associated with each yes and no would be a check box that the user could

select. Is this possible to do? If so could someone please help me with
the code?

Thank you in advance.

Ryan



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Message Box Question

Thanks for the answer. I will now create a userform. You were very helpfu

Ryan
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Message box question WH99 Excel Discussion (Misc queries) 5 April 5th 08 12:41 AM
Message Box - Quick Question slow386 Excel Discussion (Misc queries) 2 April 30th 07 02:13 PM
Simple message box question zeyneddine Excel Discussion (Misc queries) 4 August 23rd 06 06:08 PM
Simple message box question zeyneddine Excel Discussion (Misc queries) 1 August 14th 06 08:23 PM
message box question mark Excel Programming 4 April 8th 04 07:08 PM


All times are GMT +1. The time now is 01:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"