H
Harold M Little
I launch MS Word from with in Outlook, once Word is open,
I want to set the application window size to exactly fit on top of Outlook.
Is there a conversion or function to force word to overlay outlook
perfectly?
I use the following snippet,but the windows never align properly.
'
wd.Top = olk.ActiveExplorer.Top
wd.Left = olk.ActiveExplorer.Left
wd.Width = olk.ActiveExplorer.Width
wd.Height = olk.ActiveExplorer.Height
I want to set the application window size to exactly fit on top of Outlook.
Is there a conversion or function to force word to overlay outlook
perfectly?
I use the following snippet,but the windows never align properly.
'
wd.Top = olk.ActiveExplorer.Top
wd.Left = olk.ActiveExplorer.Left
wd.Width = olk.ActiveExplorer.Width
wd.Height = olk.ActiveExplorer.Height