![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
hey
Im currently studying AVCE ICT. One of our units is a spreadsheet solution. I need to create a menu, but how? cxan you help me at all? thankyou trigger |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
A drop down list? Combobox?
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
I need a first screen which is a menu that allows people to click and go straight to an invoice, customer list or stock list. It also neds a print option as well. I am doing this for a drumstick supplier. I have been told the workbook must be menu driven for easy use.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Central Florida, USA
Posts: 7,541
|
Lookup the "Case" statement in the Excel VBA editor help. JSW
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
Quote:
Look for help on Data Validation on this site.
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
Also, have a look through Excel help (and this site) for hyperlinks- should be easy enough to create a few internal ones to go to the various sheets in your workbook.
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Apr 2002
Posts: 7
|
thanks for the help
I know i have to use lookups on the actual invoice but the exam board as told me the first page must be a menu that allows you to either go to the invoice, update the customer list or update the stock list. |
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Mar 2002
Location: Cincinnati, Ohio, USA
Posts: 6,824
|
Hi Trigger...
If you are looking to create a "Main Menu" type sheet, there are several options... The easiest was already stated. Just use hyperlinks. Or you can use command buttons, pictures, drawing objects, ect... Are all of your sheets in the same workbook? Tom |
|
|
|
|
|
#9 |
|
New Member
Join Date: Apr 2002
Posts: 17
|
It dedends on what you want the menu choices to do:
[1] If you want a choice to take you to another location (another sheet in the same workbook, or another workbook), hyperlinks are a great choice. On the Excel menu bar click INSERT, HYPERLINK, and then plug in the cell, worksheet & cell, or workbook & worksheet & cell that you want the hyperlink to take you to. [2] If you want a choice to run a macro, just link the macro to a BUTTON from the FORMS menu bar by: [a] creating the macro, then [b]click BUTTON on the FORMS menu bar, then [c] place your button where you want it, and [d] assign the macro you want run when you click the button. You can rename the button...just right click and Edit Text. Hope that helps. Dale |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|