![]() |
| |||||||
| TV GUIDE | Live Football | Fantasy F1 | Register | Articles | DW Trader | CD Covers | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| PC Problems All PC Problems Asked Here |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| DW Guru +++ ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Oct 2003
Posts: 7,075
Downloads: 0 Uploads: 0 Thanks: 12
Thanked 18 Times in 17 Posts
Feedback Score: 0 reviews | excel help am trying to create something. now just say i have created a form and i have to options for a user to click (i am still trying to do this) eg Age 18-22 23-25 When a user clicks 18-22 i want it to go to another part form When a user clicks 23-25 i want text to appear at the bottom of the form is this possible ?
__________________ |
| |
| | #2 (permalink) |
| DW Guru ++ ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2006 Location: London
Posts: 5,160
Downloads: 2 Uploads: 0 Thanks: 30
Thanked 88 Times in 52 Posts
Feedback Score: 0 reviews | Re: excel help Yes its possible mate. I can do the second bit, text apparing at te bottom of the form, but the first bit, th GOTO bit im not too sure about. I know it can be done though. Just having a read. In any case, you will need to use VB to do this. |
| |
| | #3 (permalink) |
| DW Guru ![]() ![]() ![]() Join Date: Jan 2007 Location: Manchester
Posts: 2,141
Downloads: 3 Uploads: 0 Thanks: 7
Thanked 24 Times in 21 Posts
Feedback Score: 0 reviews | Re: excel help Just use hyperlinks for on each range and choose the 'place in document' option you could RAR the xls you have done up to now and attach so it is easier to see what you are trying to achieve. Last edited by daveleebond; 22nd June 2009 at 22:50. |
| |
| | #4 (permalink) |
| Senior Member +++ ![]() ![]() Join Date: Feb 2006
Posts: 368
Downloads: 2 Uploads: 0 Thanks: 0
Thanked 0 Times in 0 Posts
Feedback Score: 0 reviews | Re: excel help create them in buttons..... 1. create button called 18-22 2. right click button and assign macro (you may need to create new macro) 3. Use this as the macro (change A10 to whatever cell you want to go to) Sub GoToCellX Range("A10").Activate End Sub 4. you may need to assign that macro to the button afterwards if you have other macros. If you are using Office 2007 you need to set the macro security and save the document as an 'Excel Macro-enabled workbook' I did this in Excel 2007, but I'm sure it will be the same for 2003 etc. If you want me to send you this little test document let me know
__________________ Dreambox - DigitalWorldz 2.0 - PURE - Leics Last edited by bodser; 22nd June 2009 at 23:10. |
| |
| Bookmarks |
| Tags |
| excel |
| Thread Tools | |
| Display Modes | |
| |