Results 1 to 5 of 5
  • Thread Tools
  1. Platinum Lounger CWBillow's Avatar
    Join Date
    Jul 2002
    Location
    Chula Vista, California, USA
    Posts
    5,195
    Thanks
    22
    Thanked 5 Times in 4 Posts

    WOPR from Outlook (MSO 2003)

    If I wanted to write a macro (for a button maybe) to call WOPR, I tried:

    Public Sub Wopr()
    Shell ("http://www.wopr.com/cgi-bin/w3t/login.pl?Cat="), vbNormalFocus
    End Sub

    But it wouldn't execute. With just enough basic to be dangerous, I had figured to use the same command structure that works galling other progs on my machine, but, oh well...

    How might I fix this?

    Regards,
    Chuck Billow
    -------------------------------------------------
    "Good judgment comes from experience, and experience - well, that comes from poor judgment."

    ~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"

  2. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: WOPR from Outlook (MSO 2003)

    Shell is used to start an application, but an URL is not an application, it is a web address.

    Why would you want to use a macro to open the Lounge from Outlook? Add the Lounge to your Favorites, and/or add a shortcut to your Quick Launch Toolbar, etc.

  3. Platinum Lounger CWBillow's Avatar
    Join Date
    Jul 2002
    Location
    Chula Vista, California, USA
    Posts
    5,195
    Thanks
    22
    Thanked 5 Times in 4 Posts

    Re: WOPR from Outlook (MSO 2003)

    Hans:

    What I want to do is get WOPR to open inside of Outlook, not outside separate in the browser...

    Shortcut should work, though... I guess also I was just trying it to see...

    Regards,
    Chuck
    -------------------------------------------------
    "Good judgment comes from experience, and experience - well, that comes from poor judgment."

    ~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"

  4. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: WOPR from Outlook (MSO 2003)

    Shell wouldn't have helped then, for Shell always starts an application in a separate window.

  5. Platinum Lounger CWBillow's Avatar
    Join Date
    Jul 2002
    Location
    Chula Vista, California, USA
    Posts
    5,195
    Thanks
    22
    Thanked 5 Times in 4 Posts

    Re: WOPR from Outlook (MSO 2003)

    Hans:

    Shortcut worked out fine... Wish MS had left to Outlook Bar... Oh well...

    Thanks for the help...

    Chuck
    -------------------------------------------------
    "Good judgment comes from experience, and experience - well, that comes from poor judgment."

    ~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"

Posting Permissions

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