+ Reply to Thread
Results 1 to 2 of 2

put info from a drop down box into another sheet

  1. #1
    kenny
    Guest

    put info from a drop down box into another sheet

    i have created drop down boxes that i now wish to retrieve data from and put
    on another sheet?


  2. #2
    flow23
    Guest

    RE: put info from a drop down box into another sheet

    try this macro
    Private Sub ComboBox1_Change()
    Sheet2.Range("A10").Value = ComboBox1.Value
    End Sub

    replace the fields /values as reuqired
    where combobox1 is the drop down box name
    sheet2.range("A10") is the another worksheet where you want the value


    "kenny" wrote:

    > i have created drop down boxes that i now wish to retrieve data from and put
    > on another sheet?
    >


+ 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