Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default creating a Help tool thingy (msgbox?)

I am looking to create a tool that will allow a user to click on a button
which wil ask certain questions and depending on the answers ask other
questions until it reaches a conclusion.

i have been toying with message boxes, but i am not sure this is the best
way to proceed.

any suggestions?? also any tips for places i can 'steal' code from.

ta, andrew
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default creating a Help tool thingy (msgbox?)

I think a userform is a better solution here; I envision a form that has a
text box at the top for instructions and the question to be answered and
either a list/combobox or radio buttons for the answers. When the user
selects an answer the info on the form could change dynamically (through your
code) to list the next appropriate question in the textbox and the next set
of answers to choose, and so on until the final answer is determined. You
would have some work to do to populate the form with the proper questions and
answers (and perhaps to change the number of answers available from one
question to the next), but I think using messageboxes would make that even
more cumbersome.

If it were up to me, I would probably put the list of questions, answers,
and a pointer to the next question in a list on one of my worksheets to use
as a sort of database to use to create the form and modify it on the fly - it
would save on hard-coding the questions and answers into my code and would
make modification easier down the road - e.g:
Question1 Answer1A 2 Answer1B 3 Answer1C 4
Question2 Answer2A 5 Answer2B 6 Answer2C 7 Answer2D 8
....
- This would indicate that if user chooses AnswerA to question 1, go to
question in row 2, if the answer to question 2 was c, goto question in row 7,
etc...
- K Dales


"westg" wrote:

I am looking to create a tool that will allow a user to click on a button
which wil ask certain questions and depending on the answers ask other
questions until it reaches a conclusion.

i have been toying with message boxes, but i am not sure this is the best
way to proceed.

any suggestions?? also any tips for places i can 'steal' code from.

ta, andrew

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default creating a Help tool thingy (msgbox?)

Hi Westg,

any tips for places i can 'steal' code from.


The NG archives provide a pre-eminent source.

Also see:

http://www.cpearson.com/excel/topic.htm

http://www.contextures.com/tiptech.html

http://www.rondebruin.nl/

http://www.mvps.org/dmcritchie/excel/excel.htm

http://www.j-walk.com/ss/excel/tips/index.htm

http://www.j-walk.com/ss/excel/links/index.htm

http://www.dicks-blog.com/

http://www.erlandsendata.no/english/

http://www.mcgimpsey.com/excel/index.html

http://peltiertech.com/

http://www.xldynamic.com/source/xld.html


The above sites provide links to many other useful resources.


---
Regards,
Norman



"westg" wrote in message
...
I am looking to create a tool that will allow a user to click on a button
which wil ask certain questions and depending on the answers ask other
questions until it reaches a conclusion.

i have been toying with message boxes, but i am not sure this is the best
way to proceed.

any suggestions?? also any tips for places i can 'steal' code from.

ta, andrew



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
Vlookup type thingy JockW Excel Worksheet Functions 5 October 16th 08 10:49 PM
Creating checkable boxes w/o the check box forms tool crimsontodd Excel Worksheet Functions 0 August 26th 08 05:38 AM
Creating Buttons using the Forms Tool bar. MK Excel Worksheet Functions 1 April 4th 07 03:33 AM
creating checkboxes from forms tool bar KB Excel Worksheet Functions 2 April 25th 06 03:53 AM
I am missing view tool bar from tool menu. excel New Users to Excel 1 July 4th 05 07:19 PM


All times are GMT +1. The time now is 11:22 PM.

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"