Quick Tip to Show a Message Box In Excel (Macro)

If you have ever wanted to display a message box in excel to show information or just to inform the user that a macro is complete it is very simple:


Msgbox(“Your Message Text Here”)

That’s it a message box will then pop up with your message.

Comments

Popular posts from this blog

Save sheet as PDF (Macro)

Add Values If Column Equals a certain Value (Formula)