Y
Yonah Sudwerts
I had a script that worked, but the computer went uh-oh on me.
The last part of my script writing process that I have from another computer
is:
Private Sub Application_Startup()
Set myOlItems =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Items
End SubBasically, I am running this, so I can deal with emails as they arrive to
Outlook.
But It does not seem to be actually intializing properly. From what I
remember, I use another Sub, something with the words intializing in it...
Any ideas what I used??
Thanks,
Yoni
The last part of my script writing process that I have from another computer
is:
Private Sub Application_Startup()
Set myOlItems =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox).Items
End SubBasically, I am running this, so I can deal with emails as they arrive to
Outlook.
But It does not seem to be actually intializing properly. From what I
remember, I use another Sub, something with the words intializing in it...
Any ideas what I used??
Thanks,
Yoni