Consulting

Results 1 to 2 of 2

Thread: Target cell vs specific cell

  1. #1

    Target cell vs specific cell

    How do I modify this code so that it points to the target cell instead of C9?

    Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
    If Not Intersect(Target.Parent, Range("C9")) Is Nothing Then
    Paste_Link
    End If
    End Sub

  2. #2
    Here are some attachments to show what I'm trying to do.
    Attached Images Attached Images
    Attached Files Attached Files

Posting Permissions

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