+ Reply to Thread
Results 1 to 4 of 4

Combo box

  1. #1
    Monty
    Guest

    Combo box

    if i set up a combo box in worksheet 2 can i have the name a select in this
    combo box put into a cell in worksheet on.

    thanks for your help

  2. #2
    Mangesh Yadav
    Guest

    Re: Combo box

    Yes you can.

    Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value

    should do the trick.

    Mangesh




    "Monty" <[email protected]> wrote in message
    news:[email protected]...
    > if i set up a combo box in worksheet 2 can i have the name a select in

    this
    > combo box put into a cell in worksheet on.
    >
    > thanks for your help




  3. #3
    Monty
    Guest

    Re: Combo box

    Thanks

    this worked . however i have decided to use cell validition and transpose.

    "Mangesh Yadav" wrote:

    > Yes you can.
    >
    > Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value
    >
    > should do the trick.
    >
    > Mangesh
    >
    >
    >
    >
    > "Monty" <[email protected]> wrote in message
    > news:[email protected]...
    > > if i set up a combo box in worksheet 2 can i have the name a select in

    > this
    > > combo box put into a cell in worksheet on.
    > >
    > > thanks for your help

    >
    >
    >


  4. #4
    Monty
    Guest

    Re: Combo box

    Thanks

    this worked . however i have decided to use cell validition and transpose.

    "Mangesh Yadav" wrote:

    > Yes you can.
    >
    > Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value
    >
    > should do the trick.
    >
    > Mangesh
    >
    >
    >
    >
    > "Monty" <[email protected]> wrote in message
    > news:[email protected]...
    > > if i set up a combo box in worksheet 2 can i have the name a select in

    > this
    > > combo box put into a cell in worksheet on.
    > >
    > > thanks for your help

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1