Create first program - Hello World in VBA

 Hello Readers,

Welcome to Coding by Learning!!! 😀 

Here see the VBA program for showing "Hello World" message displayed in message box.

Steps to be followed

1. Open Excel

2. Press Alt+F11 to launch VBA editor

3. Insert a module

4. Write the following code

5. Save and press F5

Code Snippet

Output









Happy learning & Happy coding!!!

Comment and share this post to your friends and colleagues 😀

Comments

Popular posts from this blog

VBA Interview Questions - Part 2 - Variables and Data types

VBA Interview questions - screen updating

VBA Interview questions - Part 3 - Array concept