Hello all! I hope you're having a great day. What I would like to do is create a simple VBA ("Timer") that just calls a userform and then puts said userform on a timer with Application.OnTime, which I already have. The UserForm ("Bob") is just an image with a text box, not complicated. I want this function to, once activated, call the UserForm and have it pop up with the image despite Excel being minimized. For example, after the VBA timer goes off, the Excel stays minimized but the UserForm image will pop up on top of whatever else I am doing (Chrome, a different workbook, a game, etc.) I have already checked out other forums and threads here to no avail. I have the most recent Microsoft 365 Excel. Thanks so much!