Hello, i am trying to choose all the options in selection box in IE by using vba, i've no trouble choosing one value however when i'm trying to choose another value the first value becomes unmarkt, as if you would do it manually with a mouse. If you want to select several values with a mouse you have to hold down shift so.
The element has 290 option values so i would rather not want to write code to select every value but i suspect I can write a loop who either selects every value one by one, or, selects the first value and the last by holding down "shift".
Does anyone have an idea?
The element has 290 option values so i would rather not want to write code to select every value but i suspect I can write a loop who either selects every value one by one, or, selects the first value and the last by holding down "shift".
Does anyone have an idea?
Comment