View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary[_13_] Gary[_13_] is offline
external usenet poster
 
Posts: 1
Default Need help with a simple problem

I need some help controlling IE(6) from Excel(2003).

All I want to do(via Excel VB) is:

1. Open a URL with IE. (Via URL or hyperlink in a cell, sheet has both)

2. Save as a .MHT or .TXT file for further processing.

3. Close IE.

Can some kind soul out there throw me a code snippet or two?