Consulting

Results 1 to 3 of 3

Thread: TAB Order Workbook on KB

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    TAB Order Workbook on KB

    Hi Byundt and others

    I have downloaded your workbook from VBAX KB for the tab order. It works very well. I have about 20+ tabs and have modified the code to suit.

    However with your sheet and my sheet both do the same thing. That is when entering data and you go back to an earlier entry on the same page and want to change the value, when you hit 'Delete' key it deletes all the data from all of the tab order cells you have entered, meaning you have to start again and enter data accurately.

    Is there a way to stop deleting all data on tab cells?

    Is it feasible to use an 'event, ie pressing of 'delete' key to tell it only to delete value in 'active cell' ? I have tried to do this but got lost in the process.

    Your comments would be much appreciated.

    Regards

    Charlie Harris

  2. #2
    Moderator VBAX Guru Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    4,999
    Location
    Record the order of setting up the tab order and set it as a macro to fire after the delete function
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  3. #3
    Hi AussieBear

    Thanks for your response. I hope I have interpreted your post correctly. I have set up a new event macro, as I think you meant, but not working at this point of time. Type 13 mismatch.

    Can you look at attached WB and comment. Maybe I have got it all wrong!

    Thanks

    Charlie
    (the Kiwi)
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •