To find the name of forms and other elements you have to inspect the
site's HTML code; the "Internet Explorer Developer Toolbar" can also
help; see:
<
http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672...>
which points to
<
http://download.microsoft.com/download/f/3/c/f3c93e70-ccdc-46c9-bbd4-...>.
Thanks, Michael. I greatly appreciate your coming back to this.
Unfortunately, all this is being done at work kind of as a side issue,
and I do not have permissions to install anything, especially
programming tools.
The lines
Dim PageArray
PageArray = Split(docIE.Body.InnerHTML, Chr(13))
seem to do a fairly decent job of reading the page's HTML code - as
far as I know, that is. I once made a personal web page using
FrontPage, and that's the full extent of my HTML experience! So I
really don't know what I'm looking for, how to get a handle on it once
I identify it, or what I need to do with it once I find it. It's
probably comparable to the 5-year-old who thinks all you do to drive a
car is move the steering wheel back and forth. I just need to mark a
checkbox, then go to the next page and mark the same checkbox, lather,
rinse and repat until I run out of pages.
I don't want to become an expert IE programmer - heck, I'm not a
programmer at all! I probably don't understand the depth of what I'm
asking for, which I do know can be frustrating to those trying to help
me. If this is something that is probably beyond my limited
understanding without a grest deal more in-depth training, then I'm
sure you have more important and interesting things to do that will be
mre fruitful. I do thank you for all the time and help you have given
me.
Ed