Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I need some help tieing yes/no option buttons to macros for several different functions. I have a menu page with five separate yes/no questions and a second sheet that has a variety of inputs in columns A, B and C. The user will make yes or no selections on the menu page and click a command button ("Submit"). The command button will be tied to all macro functions that follow. For example, if the user selects "no" for question one and "yes" for the other four questions, then the macro will... 1. Delete contents of sheet 2 A4 2. Delete contents of sheet 2 B7 3. Delete contents of sheet 2 B11 4. Prompt user for a "name" input, which will be used to find and replace the word "person" in all cells on sheet 2. 5. Create a new file out of sheet 2 and save it as "name" 6. Close the original file without saving changes. If the user selects "no" for questions one and two, then --Perform the same steps as one through three above --Delete cells A2 and C5 on sheet 2 --Resume with steps four through six from above -- TEAM ------------------------------------------------------------------------ TEAM's Profile: http://www.excelforum.com/member.php...o&userid=22810 View this thread: http://www.excelforum.com/showthread...hreadid=539385 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pictures tied to rows. | Excel Programming | |||
Drop Down button with functions? | Excel Worksheet Functions | |||
Statistical functions not tied to Application.WorksheetFunction | Excel Programming | |||
Pause macro, add form button to sheet, continue macro when button clicked! | Excel Programming | |||
Summation of cells tied to Checkboxes | Excel Programming |