↧
Open / View / Close a Powerpoint Presentation File
' ------------------------------------------------------------- ' ' Note: ' Add Microsoft Powerpoint object library reference ' This code snippet come from Microsoft Office Development site '...
View ArticleAccess Each Message in Outlook Inbox
' ---------------------------------------------------------------- ' ' This routine gets access the outlook inbox folder on the local ' machine, loops through each message, reads basic info about the...
View ArticleUse MS Word’s Spell Checker in Visual Basic
' ---------- ' Function ' ---------- Public Function SpellCheck(ByVal IncorrectText$) As String Dim Word As Object, retText$ On Error Resume Next ' Create the Object and open Word Set Word =...
View Article