“Visual Basic for Applications” has 33 entries.
- Word 2003 VBA Code: Emergency Repair Routines for Schema Violations; RepairAttributeViolations()
- EncryptionServices; Class Module
- basIsEmailValid(); This function checks for a valid email address.
- Regex Object Is Not Available by Default in VBA; Microsoft VBScript Regular Expressions 5.5 Library
- Code: String Handling Functions from 1999; StringServices.bas
- Code: Scanning A Root for Files and Directories with Scripting and rasxADO
- Word 2000: TogglePicturePlaceHolder()
- Word 2000: GetHTMLStyles()
- VBA in Outlook
- Code: Sending mail from Outlook Express; basSendMail()
- Code: basRandomNum(); Generating a Random Number between Upper and Lower Limits
- The Differences among Empty, Nothing, vbNull, vbNullChar, vbNullString and the Zero-Length String
- "Stupid" Mod Operator Tricks
- Start/End of Month Functions basSOM() and basEOM()
- Right-Justifying Text with the Format$() Function; Building Text Files with Fixed-Width Columns
- Notes on the Val() Function
- The Importance of the Call Keyword
- The vbYesNoCancel Form with the VBA.MsgBox Statement
- Use of the VarType() Function with Optional Function Parameters
- OLE Automation: Using Fully Qualified References for Libraries Considered "Default"
- Code: Return only Numbers and Digits (Optional) from a String; basGetDigits()
- ByVal and ByRef; Functions and Classes
- Code: Scanning A Root for Files and Directories
- Limitations of the Do Loop
- Code: General Error Handling Structure for a Function
- Code: The "Are You Sure?" Message in an If...Then Structure
- Code: A Seconds Delay with DoEvents; basDelaySec()
- Protecting Type Conversion Functions From Null Values
- Review of the Data Type Summary: Floating Point Numbers
- Using the FreeFile Function
- VBA Can't Tell What Day It Is?
- Limitations of the Timer Function
- Iterating Through a 0-Based Or 1-Based "Logical Group" Via the Number of Items in the Group