+ Reply to Thread
Results 1 to 4 of 4

cell to cell hyperlink with a word

  1. #1
    Registered User
    Join Date
    07-03-2009
    Location
    norfolk, va
    MS-Off Ver
    Excel 2003
    Posts
    3

    cell to cell hyperlink with a word

    All,

    I am currently in charge of my fantasy pickem league.

    I have a great spreadsheet to set my teams up with, is there a way i can create a formula, or ANYTHING, to click on a team name as a pick, and move it from one cell to another?

    for example:
    cell a1=carolina
    cell a2=pittsburgh
    cell b1=(blank)

    i want to click on the team that i think is going to win, A1=carolina, and have that click put carolina's name in cell b1.

    is this possible?

  2. #2
    Forum Contributor JP Romano's Avatar
    Join Date
    10-09-2008
    Location
    Princeton, NJ
    MS-Off Ver
    2010
    Posts
    500

    Re: cell to cell hyperlink with a word

    You could put something in the "ThisWorkbook" module like below - this will, on double click, copy the activecell and paste it into the cell immediately to the right.

    Please Login or Register  to view this content.
    or you could do this to move it entirely
    Please Login or Register  to view this content.
    Probably not the best solution, but it's easy and worked fine for me!
    Last edited by JP Romano; 09-18-2009 at 03:40 PM.

  3. #3
    Registered User
    Join Date
    07-03-2009
    Location
    norfolk, va
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: cell to cell hyperlink with a word

    how do i fill that in....i'm a beginner at excel stuff

  4. #4
    Forum Contributor JP Romano's Avatar
    Join Date
    10-09-2008
    Location
    Princeton, NJ
    MS-Off Ver
    2010
    Posts
    500

    Re: cell to cell hyperlink with a word

    No worries...
    Alt + F11 to open the vba editor.
    On the left side of the screen (Project Explorer) look for the name of your file (it'll be something like VBAProject(filename), then the module called "ThisWorkbook"
    Then just paste in the code from the last post and save. Then try it out!

+ 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