Categories:
Cloud (161)
Entertainment (11)
Facebook (43)
General (16)
Life (30)
Programming (33)
Technology (224)
Testing (4)
Tools (434)
Twitter (5)
Wearable (26)
Web Design (9)
Collections:
Other Resources:
Creating Macros with VB Code in PowerPoint
How to create a macro with Visual Basic language in PowerPoint? PowerPoint supports Visual Basic for Applications (VBA). Can I create a macro with Visual Basic to display a simple message box?
✍: FYIcenter.com
Yes, you can easily create a macro with Visual Basic for Applications
in 4 steps:
1. Click the Developer tab. You see the Developer tab menu showing up.
2. Click the Macros icon. You see the Macro dialog box showing up.
3. Enter "HelloMacro" in the Macro name field. Then click the Create button. You see the Microsoft Visual Basic window showing up.
4. Enter the following programming code and close the Visual Basic window:
Sub HelloMacro() MsgBox "Hello there! Welcome to FYIcenter.com Website!" & _ " Do you like this presentation?", vbYesNoCancel, _ "Survey Question" End Sub
2016-10-26, 1118👍, 0💬
Popular Posts:
How to create a new PowerPoint Template? I have created a slide master and some useful slide layouts...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
Why am I getting the "You now have two copies of a file" error from OneDrive for Windows? You will g...
How to start and stop FileZilla Server service? I have FileZilla installed on my Windows computer. Y...
How to create a new PowerPoint Template? I have created a slide master and some useful slide layouts...