G
Guest
I have designed a macro and attached it to a button on all opened emails
What the code does is resize the open email so that it takes up the left hand half of the screen and then opens an internet explorer session
What i want to do next is to resize the open internet explorer session so that it takes up the right hand half of the screen
Below is the code i've already written, any help would be great
Thank
Set objInspector = myolapp.ActiveInspecto
objInspector.Left =
objInspector.Width = 51
objInspector.Top =
objInspector.Height = 74
Set objInspector = Nothin
Dim objIEApp As SHDocVw.InternetExplore
On Error Resume Nex
Set objIEApp = CreateObject("InternetExplorer.Application"
objIEApp.Navigate "www.echobdl.co.uk
objIEApp.Visible = Tru
Set objIEApp = Nothing
What the code does is resize the open email so that it takes up the left hand half of the screen and then opens an internet explorer session
What i want to do next is to resize the open internet explorer session so that it takes up the right hand half of the screen
Below is the code i've already written, any help would be great
Thank
Set objInspector = myolapp.ActiveInspecto
objInspector.Left =
objInspector.Width = 51
objInspector.Top =
objInspector.Height = 74
Set objInspector = Nothin
Dim objIEApp As SHDocVw.InternetExplore
On Error Resume Nex
Set objIEApp = CreateObject("InternetExplorer.Application"
objIEApp.Navigate "www.echobdl.co.uk
objIEApp.Visible = Tru
Set objIEApp = Nothing