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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by anotherview

  1. anotherview

    How to move Outlook items fo pst folders via VBA

    This VBA code for Outlook 2003 works: Sub movetoanotherfolder() Set myOlApp = CreateObject("Outlook.Application") Set myNamespace = myOlApp.GetNamespace("MAPI") Set myInbox = myNamespace.GetDefaultFolder(olFolderInbox) For Each currentMessage In...

Part and Inventory Search

Back
Top