A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi SweetTasha
Let's say every time you open the workbook you want a pop-up message saying "Hello, SweetTasha"
So,
Here two methods
Method 1
To have the code directly on the workbook VBA event panel as shown in the picture below
Method 2
To have the code on a regular module, or create a module if necessary with the Subroutine code to be run when the workbook is open as shown in the picture below i.e. Sub SayHello()
Then on the workbook VBA open event panel Call the subroutine. As shown in the picture below
Choose the method of your preference and replace the Message with your actual code.
I hope this helps you
Regards
Jeovany