Search results

  1. D

    Code doesn't work without MsgBox

    I have some code in a module that will not work UNLESS I put in a MsgBox just before the code that's running. This is the code: Private Sub Form_Open(Cancel As Integer) SendKeys "{F11}" MsgBox "Welcome to the Request Tracker", , "Request Tracker" 'select the navigation pane...
Top Bottom