Posted by Admin on Sep 14, 2013 in Code Snippets | 0 comments
Turning on the Developer Ribbon Tab in Word 2010 and 2013
- On the File tab, choose the Options button.
- In the Options dialog box, choose the Customize Ribbon button.
- In the list of main tabs, select the Developer check box.
- Choose the OK button to close the Options dialog box
Read More
Turning on the Developer Ribbon Tab in Word 2007
- Click the Microsoft Office Button
, and then click Word Options
- Click Popular, and then select the Show Developer tab in the Ribbon check box.
Read More
Introduction to VBA in Microsoft Word
Programming with VBA in Word allows for document manipulation that may be awkward or even impossible with standard word processing techniques. This may be accomplished by writing code directly in the Visual Basic Editor (VBE), which includes a window for writing code, debugging code, and code module organization. To find out how to access the VBE by adding the developer tab to your excel 2007, 2010 and 2013 versions of Word, please follow the appropriate link in the Related Articles section.
Read More