Sample macro to print all Word documents found in a folder This article contains a sample Microsoft Visual Basic for Applications routine (macro) that can be used to print all Microsoft Word documents that are found in the specified folder. Microsoft provides programming examples for illustration only,...
How to print a list of AutoCorrect entries in Word This article contains a sample Microsoft Visual Basic for Applications macro ( Sub procedure) that inserts all AutoCorrect entries into a document that you can then print. Microsoft provides programming examples for illustration only, without...
How to implement the Application.AutomationSecurity property in Office XP Describes how to use the Application.AutomationSecurity property to let Office XP programs support security for solutions that programmatically open a document. This property can help your solutions avoid opening an document that is not safe...
You cannot send e-mail messages from Word, PowerPoint, and Excel Explains that the Send To command on the File menu and the SendMail method in VBA may not work when you use Word, PowerPoint, or Excel. Includes a workaround where you can use Outlook or Outlook Express to send e-mail messages.