Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SomebodyOutThere

    Oultook VBA

    Here's some code that I have been using. Replace "Short Term Archive" with the name of the .pst file that you want to store messages in. Enjoy. Sub ClearInbox() On Local Error Resume Next Set myOlApp = CreateObject("Outlook.Application") Set myNameSpace = myOlApp.GetNamespace("MAPI") Set...

Part and Inventory Search

Back
Top