Listbox items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • woolls01
    New Member
    • Jan 2008
    • 9

    Listbox items

    I want a macro to run every time an item in my listbox is selected, rather than add a button to do this I d like to know how I can do this?

    I am using VB in word
  • werks
    New Member
    • Dec 2007
    • 218

    #2
    Originally posted by woolls01
    I want a macro to run every time an item in my listbox is selected, rather than add a button to do this I d like to know how I can do this?

    I am using VB in word
    Hi woolls what do you mean by macro?


    Better Than Yesterday ^^

    Comment

    • woolls01
      New Member
      • Jan 2008
      • 9

      #3
      I just want a textbox to update with the information in the field, just a small piece of basic code that I want to auto update when the listbox selection changes

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Originally posted by werks
        Hi woolls what do you mean by macro?
        If you don't have any knowledge of the subject no need to reply to any question.

        Comment

        • Vbbeginner07
          New Member
          • Dec 2007
          • 103

          #5
          Originally posted by woolls01
          I just want a textbox to update with the information in the field, just a small piece of basic code that I want to auto update when the listbox selection changes
          can u please explain a bit more plz

          Comment

          • werks
            New Member
            • Dec 2007
            • 218

            #6
            Originally posted by debasisdas
            If you don't have any knowledge of the subject no need to reply to any question.
            Sorry for being noob, i just only want to learn more..

            Comment

            • woolls01
              New Member
              • Jan 2008
              • 9

              #7
              Ok, I have a listbox that sources a list of peoples names from a spreadsheet. When the user enters the listbox and clicks on one of these names I want a seperate independant textbox to update with the selected persons name.

              I could do this by adding a button and assigning the code to that but I would prefer it to do it automatically every time the selection in the listbox changes

              Comment

              Working...