Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi all Is there a way to get a Drop Down List in the inputbox, so I can choose from the drop down list the drop down list has to dapended on another value in A1 i.e if A1=10 then i can choose either 3 or 6 from the drop down lis that is placed on the inputbox......... any soultion or idea is highly appreciated... Set Bouns Value BounsV = Application.InputBox("Bouns V IS :", "Set The Bouns Value Fo This Item", Left:=100, Top:=5, Type:=1) BounsV = Target.Offset(0, 3).Value yours :) -- helmekk ----------------------------------------------------------------------- helmekki's Profile: http://www.excelforum.com/member.php...nfo&userid=693 View this thread: http://www.excelforum.com/showthread.php?threadid=26628 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Create a userform with a combobox.
-- HTH RP "helmekki" wrote in message ... Hi all Is there a way to get a Drop Down List in the inputbox, so I can choose from the drop down list the drop down list has to dapended on another value in A1 i.e if A1=10 then i can choose either 3 or 6 from the drop down list that is placed on the inputbox......... any soultion or idea is highly appreciated... Set Bouns Value BounsV = Application.InputBox("Bouns V IS :", "Set The Bouns Value For This Item", Left:=100, Top:=5, Type:=1) BounsV = Target.Offset(0, 3).Value yours :) h -- helmekki ------------------------------------------------------------------------ helmekki's Profile: http://www.excelforum.com/member.php...fo&userid=6939 View this thread: http://www.excelforum.com/showthread...hreadid=266280 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Macro InputBox with Drop-Down List? | Excel Programming | |||
Macro InputBox with Drop-Down List? | Excel Programming |