+ Reply to Thread
Results 1 to 5 of 5

single click function on the excel cell

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

    single click function on the excel cell

    Experts

    I have used one SAP BPC function in the excel cell =EVMNU() , to run this function I have double click on it.

    Now my requirement is that I want to run this function via VBA macro , where I am not able to run it since there is no function which will double click on the cell and also there is no sendkeys for LEFT Mouse CLICK ..

    How can i achieve this double click with mouse or is there any setting in excel which will trigger above function with single click.

    Thanks for reading my post!!
    Last edited by v2k2apj; 05-22-2013 at 04:16 PM.

  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

    I am on excel 2010

  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

    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.

  4. #4
    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!!

  5. #5
    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