+ Reply to Thread
Results 1 to 6 of 6

jumping to wrong cell

  1. #1
    Registered User
    Join Date
    10-04-2016
    Location
    Wellington New Zealand
    MS-Off Ver
    2016 with win10
    Posts
    5

    jumping to wrong cell

    Hello
    Im working in a Workbook with multiple tabs and ultimately want to create a macro that draws from each of them and puts the info into one Tab

    I'm have trouble with selecting only the data on the sheet.

    When I try to jump to the last Cell with data in it using CTRL End it takes me to a cell such as AU5113 which is in the middle of nowhere on the sheet and has nothing it it.


    In other workbooks this command works fine so I think I have done something to make it not work correctly.
    Any assistance would be gratefully received.
    Thank you

    Donna
    Wellington
    New Zealand

  2. #2
    Forum Contributor
    Join Date
    11-21-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    146

    Re: jumping to wrong cell

    Please Login or Register  to view this content.
    "L" is depends on you

  3. #3
    Registered User
    Join Date
    10-04-2016
    Location
    Wellington New Zealand
    MS-Off Ver
    2016 with win10
    Posts
    5

    Re: jumping to wrong cell

    Thank you
    What am I supposed to do with that please? I don't do coding..

    Donna

  4. #4
    Registered User
    Join Date
    10-04-2016
    Location
    Wellington New Zealand
    MS-Off Ver
    2016 with win10
    Posts
    5

    Re: jumping to wrong cell

    CTRL HOME works fine
    CTRL End take me to cells that I may have changed or deleted information from but really they should be blank and they do appear to be blank

  5. #5
    Registered User
    Join Date
    10-04-2016
    Location
    Wellington New Zealand
    MS-Off Ver
    2016 with win10
    Posts
    5

    Re: jumping to wrong cell

    CTRL HOME works fine
    CTRL End take me to cells that I may have changed or deleted information from but really they should be blank and they do appear to be blank

    It is doing other weird things too, like when you hit the right arrow the whole sheet moves instead of the Cursor moving to the next Cell.
    Sorting is different too.
    I hope this is a 2016 thing rather than a problem with my workbook.


    I fixed the problem by recreating the sheets.
    Thanks anyway
    Last edited by Donna Hoyland; 10-04-2016 at 11:51 PM.

  6. #6
    Registered User
    Join Date
    10-04-2016
    Location
    Wellington New Zealand
    MS-Off Ver
    2016 with win10
    Posts
    5

    Re: jumping to wrong cell

    I have another question for you please Tam That

    this is the code: (I learning fast) and the steps it goes through..

    Sheets("Lower Hutt").Select 1 Select the tab
    Range("A9").Select 2 go to cell a9
    Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select 3 Ctrl/Shift/End
    Application.CutCopyMode = False 4 Ctrl C
    Selection.Copy 5 copy
    Sheets("Full Inventory").Select 6 go to fulinventory tab
    ActiveSheet.Paste 7 Paste
    Range("A1025").Select Go to the next cell on the page (manually selected it puts in the cell reference)


    The last step causes it to paste in specific cells every time I run it. I want to to be able to paste into the next row regardless of how many there were pasted in beforehand


    Regards
    Donna

+ 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. Debug jumping to wrong lines ... This is not logical???
    By RustyNail in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-18-2015, 06:58 PM
  2. Jumping to the last cell of data
    By Tavelina in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-10-2012, 07:02 AM
  3. [SOLVED] cell jumping
    By john456852 in forum Excel General
    Replies: 2
    Last Post: 08-23-2012, 12:25 PM
  4. Formula Cell Jumping
    By esupply in forum Excel General
    Replies: 4
    Last Post: 10-08-2009, 02:31 PM
  5. Excel 2007 : How to Stop Cell Jumping?
    By lbohen in forum Excel General
    Replies: 1
    Last Post: 09-22-2009, 11:25 AM
  6. cell jumping
    By ali husain in forum Excel General
    Replies: 2
    Last Post: 01-14-2009, 04:13 AM
  7. Cell Jumping
    By OZROB in forum Excel General
    Replies: 1
    Last Post: 08-25-2005, 08:05 AM

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