Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you don't want one UserForm for all the inputs, the macro can show
InputBoxes. Sub Macro1() x1 = InputBox("prompt #1") x2 = InputBox("prompt #2") 'call formula End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
putting formulas in multiple boxes | Excel Discussion (Misc queries) | |||
How do I create drop-down list boxes from multiple lists/headers | Excel Worksheet Functions | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
create multiple formulas in 1 cell | Excel Worksheet Functions | |||
How to create Multiple Conditional Formulas in a single cell? | Excel Discussion (Misc queries) |