View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RST RST is offline
external usenet poster
 
Posts: 6
Default Visual Basic in Excel to Control Internet Explorer Object

I have an Excel Spreadsheet that creates an Internet Explorer Object,
navigates to several websites, manipulates the pages using the elements tags,
etc. My problem is, when it's done running through all of that code I would
like the Internet Explorer window to automatically minimize leaving the Excel
workbook open on the screen. Currently, the IE object is opened on top of
Excel, so any msgbox(es) I have in my code aren't visible on the screen. I've
tried all kinds of things to minimize the IE application, but with no luck.
Anybody know how to do this programmatically? Thanks!