+ Reply to Thread
Results 1 to 5 of 5

single click function on the excel cell

Hybrid View

  1. #1
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: single click function on the excel cell

    I'm not much of a programmer so I can't give you any code that will do this, but...

    There are a couple of event macros that could trigger your function.

    There's a Worksheet_SelectionChange event which is the equivalent of a single click event. When you select a cell it's the equivalent of a single click event.

    There's also a Worksheet_BeforeDoubleClick event which is a left double click event.

    Ask over in the VBA programming forum.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  2. #2
    Registered User
    Join Date
    05-20-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    52

    Re: single click function on the excel cell

    Hi Tony

    Thanks for your reply!!

    Cheers!!

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: single click function on the excel cell

    Good luck!

+ 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