Results 1 to 8 of 8

Thread: Outlook Custom Form - Links in Textbox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,675
    Location
    It would probably be simpler for you to have a button that utilizes the Application.FollowHyperlink method. It looks like:

    Application.FollowHyperlink "http:\\www.vbaexpress.com", , True
    The True tells VBA to open the hyperlink in a new window.

    HTH
    Last edited by Aussiebear; 06-29-2024 at 06:25 PM.
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


Posting Permissions

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