+ Reply to Thread
Results 1 to 5 of 5

How can i identify ther user clicked in particular cell

  1. #1
    Registered User
    Join Date
    12-20-2011
    Location
    cheenai
    MS-Off Ver
    Excel 2007
    Posts
    68

    How can i identify ther user clicked in particular cell

    Hi All I am new to excel vba.

    In my project i have a 100 rows and 20 columns. I have to identify where the user clicked in "click for a tip"

    For eg if the user clicked the clip for a tip in A[1] Column the Message Box should display

    the data in F[1] G[1] H[1] I[1] Column.

    if ther user clicked the click for a tip in A[2] Column the message box should display the data

    in F[2] G[2] H[2] I[2] Column

    like that it should go for 100 colums. how can i do it.

    HOw can i identify dynamically where the user clicked.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: How can i identify ther user clicked in particular cell

    Right click on the sheet name and select view code. Then copy this in -
    Please Login or Register  to view this content.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    12-20-2011
    Location
    cheenai
    MS-Off Ver
    Excel 2007
    Posts
    68

    Re: How can i identify ther user clicked in particular cell

    Thanks arlu1201

    Your coding is working fine. But When i click any column. It display. I want make condition

    if row1="Clickforatipe"

    Then i have to display the tip

    or else i dont want.

    how can i identifies the user clicked the "Click for a tip"

    Thanks in advance

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: How can i identify ther user clicked in particular cell

    In which cell will the text appear?

  5. #5
    Registered User
    Join Date
    12-20-2011
    Location
    cheenai
    MS-Off Ver
    Excel 2007
    Posts
    68

    Re: How can i identify ther user clicked in particular cell

    Thanks Thanks arlu1201 for your reply

    I have column 5 i have Click for a tip options

    1 Click for a tip
    2 Click for a tip
    3 click for atip
    4
    5
    6
    7 Click for a tip


    When i click in the columns 4 the empty message box is displaying . How to avoid it.

+ 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