Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can I put an input box that has a variable in it?
for example the input box would say: "Type the amount between date1 and date2" |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this idea
Sub inputboxvar() x = InputBox("type date bigger than " & Range("a2") & " less than"etc) MsgBox x End Sub -- Don Guillett SalesAid Software "srroduin" wrote in message ... Can I put an input box that has a variable in it? for example the input box would say: "Type the amount between date1 and date2" |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks....works great!
"Don Guillett" wrote: this idea Sub inputboxvar() x = InputBox("type date bigger than " & Range("a2") & " less than"etc) MsgBox x End Sub -- Don Guillett SalesAid Software "srroduin" wrote in message ... Can I put an input box that has a variable in it? for example the input box would say: "Type the amount between date1 and date2" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to input pictures automatically based on cell input? | Excel Worksheet Functions | |||
input in number form is being multiplied by 1000 when i input. | Excel Discussion (Misc queries) | |||
How do I add input data in the input ranges in drop down boxes. | Excel Discussion (Misc queries) | |||
=SUMIF(Input!H2:H718,AZ19,Input!E2:E685)AND(IF | Excel Worksheet Functions | |||
CODE to select range based on User Input or Value of Input Field | Excel Programming |