Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


OLE MSIE Hints

Keywords: 	 OLE MSIE Hints

To get to the VBA Editor:

If you open Excel, then hit the ALT-F11 combo you'll get the VBA editor.

Next go up to TOOLS menu, then click REFERENCES. scroll down to the M's and check the one named "Microsoft Internet Controls" and "Microsoft HTML Object Library" (hopefully you've got them ;) click OK

You've just added the references to the project for using MSIE and HTML.

Now open the object browser, click on the down arrow (it should say "ALL Libraries") and find SHDOCVW (internet controls) and the one labelled MSHTML is HTML object ref.

There are also a lot of hints with a VBScript book.