Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use VBA to create an IE Browser object using code shown below.
Sometimes the browser comes up minimized and shows flashing in the task bar at the bottom of the screen due to other activities on the screen. I need to have the ie object always visible. Is there a command I can use to make this happen ? Set ie = CreateObject("InternetExplorer.Application") ie.AddressBar = False ie.MenuBar = False ie.Toolbar = False ie.Width = ScreenWidth * 0.55 ' 600 ie.Height = ScreenHeight * 0.98 '750 ie.Left = 0 ie.Top = 0 Thanks, Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA and Object Browser Help Missing | Setting up and Configuration of Excel | |||
Object Browser does what? | Excel Programming | |||
Object Browser Help | Excel Programming | |||
Object Browser Help | Excel Programming | |||
VBA Object Browser icons key | Excel Programming |