Results 1 to 8 of 8

Thread: Outlook Custom Form - Links in Textbox

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,675
    Location
    ....and another questions (very sorry). I cannot seem to use a textbox_click event to make the filepath's textbox into a clickable link to open the document.
    What you can do is put this code behind your textbox OnClick event:
    Application.FollowHyperlink Me.txtbox, ,True
    now, replace 'txtbox' with the name of the actual textbox that holds the whole filepath to your desired file. This should treat the file path as a hyperlink and follow it (open it).
    Last edited by Aussiebear; 06-29-2024 at 06:27 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
  •