PDA

View Full Version : References for Microsoft Internet Controls



tbonifie
02-26-2008, 02:12 PM
Looking for a reference book or website that explains the various objects, collections, etc. for Microsoft Internet Controls.

I guess not all the references available through excel vba have an associated helpfile?

Marcster
02-28-2008, 12:39 PM
The file used is SHDocVw.dll

Yep, not all the refs in the vbe have helpfiles.
This link may help you though:
http://msdn2.microsoft.com/en-us/library/ms970672.aspx

Marcster.

Tinbendr
03-03-2008, 06:49 PM
Speaking of IE, I'm trying to capture some query information from our database.

What I would like to accomplish?

On a IE form screen, we have to fillin several textboxes with info. After clicking a Go command button, a new window pops and the query info is returned. We copy, then paste into Notepad. (I've written a macro in Word, that cleans it up very nicely. Why don't I copy it to Word, well, that's yet another story.) This is not so bad, but we have to enter it 50 times with different entries in one textfield to collect the entire group query for a monthly report.

No, there is no option for the entire group. No, I can't call tech help and ask them to add one. "This is the way it is, and you'd better get used to it", my boss spouts!

I'm well versed in Word, but have no experience with IE in this manner.

Any help would be appreciated.