+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Sending Cell Data on Hyperlink Click

Hybrid View

  1. #1
    Registered User
    Join Date
    08-21-2011
    Location
    Perrysville, IN USA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Sending Cell Data on Hyperlink Click

    WOW, Dave - Thanks. That worked great!

    I am quite familiar with VB for developing desktop applications, however this is the first time I have done anything with excel. Could you go into a little detail with the code on what is doing what?
    Just for my personal knowledge - As in:

    Application.Intersect
    Cancel = True
    rng = Target

    Just hoping for a little clarification on what that is - but as far as the problem I was having...that absolutely fixed it.
    Thank you so much!

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,529

    Re: Sending Cell Data on Hyperlink Click

    Application.Intersect - determins the target range
    Cancel = True - when you double click a cell, excel wants you to edit the cell, this stops that from happening.
    rng = Target
    - we set rng to be range("M5"), when you double click a cell in the target range, M5 is equal to the cell double clicked..

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1