A
Avraham Makeler
Hi all,
I would like to know how I can maximize the email application window when
the user opens it (or even better - when selecting its entry from the list
of email titles in InBox ).
I have tried putting the following function in the ThisDocument module for
email I am sending out:
Private Sub Document_Open()
ThisDocument.ActiveWindow.WindowState = wdWindowStateMaximize
End Sub
When I run it within the VBA environment it maximizes the email, but not
when I simply open the email from within a folder.
2. What if the recipient has not enabled handling emails with Word? Does VBA
still work?
3. Every now and again I get a situation where my PC tells me that it can't
run macros because security has been disabled. I have set security to Low
and so it should not be a problem.
tia
Avraham Makeler.
I would like to know how I can maximize the email application window when
the user opens it (or even better - when selecting its entry from the list
of email titles in InBox ).
I have tried putting the following function in the ThisDocument module for
email I am sending out:
Private Sub Document_Open()
ThisDocument.ActiveWindow.WindowState = wdWindowStateMaximize
End Sub
When I run it within the VBA environment it maximizes the email, but not
when I simply open the email from within a folder.
2. What if the recipient has not enabled handling emails with Word? Does VBA
still work?
3. Every now and again I get a situation where my PC tells me that it can't
run macros because security has been disabled. I have set security to Low
and so it should not be a problem.
tia
Avraham Makeler.