I have 3 sheets in a workbook - Sheet1, Sheet2, and Sheet3, every time I change to a Sheet there is a Popup message that will show up.
What I had in mind...
function onOpen() {
var ui = SpreadsheetApp.getUi();
ui.alert('This is my pop up message!');
}