• Popup MsgBox When Workbook Opens

    Author
    Topic
    #357017

    One of my customers would like a message box to pop up as soon as she opens a certain workbook reminding her that she needs to open another workbook as well.

    I’ve looked at the App_WorkbookOpen procedure but can’t make it work.

    Can anybody help me?

    Thanks in advance,

    Christa

    Viewing 0 reply threads
    Author
    Replies
    • #529522

      Maybe, this might help (look in the ThisWorkbook module to find the workbook_open event):

      Private Sub Workbook_Open()
         MsgBox "Hello! Just to remind you that you have to open another workbook! Thanks!"
      End Sub
      
    Viewing 0 reply threads
    Reply To: Popup MsgBox When Workbook Opens

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: