Consulting

Results 1 to 4 of 4

Thread: Aplication level events not being process

  1. #1
    VBAX Regular
    Joined
    Apr 2011
    Posts
    15
    Location

    Aplication level events not being process

    Below is a few lines of code placed in a event handler, however it is not executed during startup.

    Please comment

    [vba]
    Private Sub Application_Startup()
    MsgBox ("Here")
    End Sub

    [/vba]

  2. #2
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    Are macro's enabled when you start outlook ?

    Charlize

  3. #3
    VBAX Regular
    Joined
    Apr 2011
    Posts
    15
    Location

    outlook 2010

    No they were not. thanks!


    Im new to Outlook and trying to minimize the Outlook window programaticly. Any sugestions? As of now I have not found a method to accomplish this.

    Thanks!

  4. #4
    VBAX Master
    Joined
    Jul 2006
    Location
    Belgium
    Posts
    1,286
    Location
    You can't do it. Unless you create a shortcut to outlook and define that this shortcut has to startup with minimized window.
    1. Make sure outlook isn't closed when it's window is maxamized
    2. You can't start with outlook today
    3. You can rightclick on outlook icon to say 'hide when minimized'

    I could be wrong off course.

    Charlize

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •