I'm working on a little project which would allow me to pull some searches directly from a website without actually opening the webpage.
To get to the end of it, I need my VBA code to automatically open a drop-down list which contains some elements based on previous alerts / searches I has previously set up.
Is there a way, when using getelement.id("[xx]") to refer to a cell (say B2 for example) so that [xx] automatically picks the value in cell B2? (i.e. if my cell B2 contains "Screen1" the code would do getelement.id("Screen1"))
Many thanks