Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Create Macros in Microsoft Word
How to create a macro in Microsoft Word? I want to learn how to do things in my Word document with VBScript code.
✍: FYIcenter.com
Creating a new macro in Microsoft Word can be done with these steps:
1. Click "Developer" > "Macros". You see the macros management screen.
2. Enter "Hello" as the new macro name and click "Create" button. You see the "Microsoft Visual Basic for Applications" screen.
3. Enter the following code in the Code area:
Sub Hello()
ok = MsgBox("Hello World!", vbOKOnly)
End Sub
4. Click "Run" icon to test the code. Then close the Visual Basic screen.
You new macro "Hello" is ready to run in any document.
⇒ Run Macros in Microsoft Word
⇐ Using Macros in Microsoft Word
2016-06-25, 4631🔥, 0💬
Popular Posts:
Why I am getting the "Account Frozen" message when login to OneDrive? If you have not used your free...
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
How to unzip an XPS (XML Paper Specification, .xps) file? According to Microsoft documentation, an ....
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...
How headers and footers are repeated in Microsoft Word? Why I see some headers and footers are repea...