Recent content by sk21413

  1. S

    PoP up reminder while opening the outlook?

    Dear all, My intention is to get the pop up reminder about the particular Task on Every monday while i open my outlook.Here the thing is i should get reminder only on Monday (not other week days ) that too i need it while i open my outlook.. Could any one guide me to how...
  2. S

    Pop up reminder while i close outlook

    i have done it.. thanks for your help
  3. S

    Pop up reminder while i close outlook

    Thanks for your reply.. As u told i just want to call a web page and let outlook continue to close. will the above code work for outlook 2007? where i have to put my URL address in the above code? As i was not familiar with VBA coding. Could you please help me?
  4. S

    Pop up reminder while i close outlook

    Private Sub Application_Quit() Prompt$ = "Have you updated your time sheet?" Msg = MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground) If Msg <> vbYes Then Exit Sub End Sub i have done the 50% coding . Now i want to do is if i click "yes" it should close the outlook and if i...
  5. S

    Pop up reminder while i close outlook

    I am using outlook 2007. My intention is to get the pop up reminder to update my time sheet .while i close the out look Pls refer attachement. If i cilk yes then the outlokk has to close it and if i click no. it has to dircet me to the particular web page where i can update my time sheet...
Back
Top