+ Reply to Thread
Results 1 to 6 of 6

Move the cursor of the mouse automatically

  1. #1
    Registered User
    Join Date
    01-21-2013
    Location
    barcelona, spain
    MS-Off Ver
    Excel 2010 but 2007 and 2003 too
    Posts
    52

    Move the cursor of the mouse automatically

    How
    I have a formula that automatically complete 500 cells in a row
    for example if a1 is true, then write 2 for 500 cells
    but then to go to the cell 501 I have to move manually the cursor at the cell 501
    How to move the cursor automatically to the cell 501 when the formula is true?
    Thanks!

  2. #2
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Move the cursor of the mouse automatically

    Sheet1.Range("A501").Activate
    Regards
    Sean

    Please add to my reputation if you think i helped
    (click on the star below the post)
    Mark threads as "Solved" if you have your answer
    (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code:
    [code] Your code here [code]
    Please supply a workbook containing example Data:
    It makes its easier to answer your problem & saves time!

  3. #3
    Registered User
    Join Date
    01-21-2013
    Location
    barcelona, spain
    MS-Off Ver
    Excel 2010 but 2007 and 2003 too
    Posts
    52

    Re: Move the cursor of the mouse automatically

    where do I write this??
    this is my formula pasted for 500 cells:
    Please Login or Register  to view this content.
    in spanish excel..

  4. #4
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Move the cursor of the mouse automatically

    Sorry, that is for VBA code.

    above cell A1 is a small text bar that you can type a cell reference in and then enter and it will take you directly to that cell. ie: A501
    It is the one to the left of the formula bar.

  5. #5
    Registered User
    Join Date
    01-21-2013
    Location
    barcelona, spain
    MS-Off Ver
    Excel 2010 but 2007 and 2003 too
    Posts
    52

    Re: Move the cursor of the mouse automatically

    but i want that it works when the formula is true!
    for example:
    I am in A2
    In A2 I have this formula
    Please Login or Register  to view this content.
    If I write 2 in A1, then excel write 2 in A2 and excel bring my mouse in A3
    Thanks!

  6. #6
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: Move the cursor of the mouse automatically

    I dont think excel allows that action.
    You can only do it using vba

+ 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