Drop Down List in Inputbox

  • Thread starter Thread starter helmekki
  • Start date Start date
H

helmekki

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top