+ Reply to Thread
Results 1 to 7 of 7

Double click Cell Border by Macro

  1. #1
    Registered User
    Join Date
    09-14-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    38

    Double click Cell Border by Macro

    Dear all is it possible to have a code which allows me exactly the task which I can perform by double clicking cell border as shown in attached gif
    By this way I can go to end of last filled cell in range
    I wan to have code like this:

    sub test()
    by double click
    go to last filled cell in range
    end sub

    doubl click.gif

    Thanks

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Double click Cell Border by Macro

    Press Ctrl and the Down Arrow.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

  3. #3
    Registered User
    Join Date
    09-14-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    38
    Quote Originally Posted by mehmetcik View Post
    Press Ctrl and the Down Arrow.
    Sir I require vba code

  4. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Double click Cell Border by Macro

    Use the Macro recorder.

    Press Ctrl and the Down Arrow.

    Returns the following code:

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    09-14-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    38

    Re: Double click Cell Border by Macro

    Sir
    It's solved

    Sub test()
    ActiveCell.Application.SendKeys ("^{DOWN}")
    End Sub


    Thanks a lot

  6. #6
    Registered User
    Join Date
    09-14-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    38

    Re: Double click Cell Border by Macro

    Thanks sir

  7. #7
    Registered User
    Join Date
    09-14-2015
    Location
    india
    MS-Off Ver
    2010
    Posts
    38

    Re: Double click Cell Border by Macro

    Quote Originally Posted by mehmetcik View Post
    Use the Macro recorder.

    Press Ctrl and the Down Arrow.

    Returns the following code:

    Please Login or Register  to view this content.
    Thanks for ur code

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] I need a Macro to do something when I double click a cell
    By SETH777 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-11-2015, 08:32 PM
  2. Double Click on cell to run Macro
    By armand36 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-22-2014, 12:39 PM
  3. Changing cell properties with double click, then revert with another double click
    By mweber2525 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 03-01-2014, 01:40 PM
  4. Macro to filter on double click on cell
    By jw01 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-19-2013, 09:19 AM
  5. Double-click on cell to run macro
    By cad1llac in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-30-2010, 04:57 AM
  6. [SOLVED] Disable border double-click navigation in Excel
    By weatherman in forum Excel General
    Replies: 1
    Last Post: 02-14-2006, 06:10 PM
  7. How do I disable border double-click navigation in Excel?
    By jeb4nardo in forum Excel General
    Replies: 1
    Last Post: 08-05-2005, 08:05 PM

Tags for this Thread

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