I have embedded a webbrowser into my Excel XP document, and have created the appropriate Home, back, forward, etc buttons to control it. It works nicely. However, I am having problems getting the formated text from the web page into my Excel sheet. I would like for it to automatically paste...
While x <= UBound(NewList) ' While we still have elements in NewList
Randomize ' Initializes Rnd so we don't get the same number
Position = Int(UBound(NewList) * Rnd) ' Get a random number
If NextNewList(Position) <> "" Then GoTo GetNewNumber: ' Make sure we're not using an...
The easiest way would be to create a second array and place the elements from NewList into the second array in a random order. If the first array has duplicate names, then sort NewList first and do a check on each element to see if it matches the previous element before you randomly place it in...
My issue is along similar lines. I have embedded a webbrowser into my Excel XP document, and have created the appropriate Home, back, forward, etc buttons to control it. It works nicely. However, I am having problems getting the formated text from the web page into my Excel sheet. I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.