+ Reply to Thread
Results 1 to 7 of 7

How can i program excel to tab to selected areas on the sheet.

  1. #1
    Jahcureus
    Guest

    How can i program excel to tab to selected areas on the sheet.

    I created a form in excel and i want to have the ability to tab form one
    selected spot to another. That's i want to move and enter data in select
    areas on the sheet.

    thanks

  2. #2
    Otto Moehrbach
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    One way is to unlock all the "data" cells and protect the sheet. By "data"
    I mean those cells into which you want the user to be able to enter data.
    Hitting the Tab key will move the active cell (cursor) from one data cell to
    another. Note that the sequence will be from left to right and from top
    down.
    You unlock a cell by first selecting the cell. then click on Format -
    Cells - Protection tab, uncheck the Locked box, click OK. You can select
    multiple cells by selecting the first one, then hold down the Ctrl key and
    select the rest of them.
    You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    HTH Otto
    "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    >I created a form in excel and i want to have the ability to tab form one
    > selected spot to another. That's i want to move and enter data in select
    > areas on the sheet.
    >
    > thanks




  3. #3
    Jahcureus
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    Worked like a charm
    thanks for the help
    Much love
    Bless

    "Otto Moehrbach" wrote:

    > One way is to unlock all the "data" cells and protect the sheet. By "data"
    > I mean those cells into which you want the user to be able to enter data.
    > Hitting the Tab key will move the active cell (cursor) from one data cell to
    > another. Note that the sequence will be from left to right and from top
    > down.
    > You unlock a cell by first selecting the cell. then click on Format -
    > Cells - Protection tab, uncheck the Locked box, click OK. You can select
    > multiple cells by selecting the first one, then hold down the Ctrl key and
    > select the rest of them.
    > You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    > HTH Otto
    > "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    > news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    > >I created a form in excel and i want to have the ability to tab form one
    > > selected spot to another. That's i want to move and enter data in select
    > > areas on the sheet.
    > >
    > > thanks

    >
    >
    >


  4. #4
    kindofblue525
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    Is there a way to change to order (that is, something other than left to
    right and top down?)

    "Otto Moehrbach" wrote:

    > One way is to unlock all the "data" cells and protect the sheet. By "data"
    > I mean those cells into which you want the user to be able to enter data.
    > Hitting the Tab key will move the active cell (cursor) from one data cell to
    > another. Note that the sequence will be from left to right and from top
    > down.
    > You unlock a cell by first selecting the cell. then click on Format -
    > Cells - Protection tab, uncheck the Locked box, click OK. You can select
    > multiple cells by selecting the first one, then hold down the Ctrl key and
    > select the rest of them.
    > You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    > HTH Otto
    > "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    > news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    > >I created a form in excel and i want to have the ability to tab form one
    > > selected spot to another. That's i want to move and enter data in select
    > > areas on the sheet.
    > >
    > > thanks

    >
    >
    >


  5. #5
    kindofblue525
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    Nevermind, found the answer: Named Ranges

    "kindofblue525" wrote:

    > Is there a way to change to order (that is, something other than left to
    > right and top down?)
    >
    > "Otto Moehrbach" wrote:
    >
    > > One way is to unlock all the "data" cells and protect the sheet. By "data"
    > > I mean those cells into which you want the user to be able to enter data.
    > > Hitting the Tab key will move the active cell (cursor) from one data cell to
    > > another. Note that the sequence will be from left to right and from top
    > > down.
    > > You unlock a cell by first selecting the cell. then click on Format -
    > > Cells - Protection tab, uncheck the Locked box, click OK. You can select
    > > multiple cells by selecting the first one, then hold down the Ctrl key and
    > > select the rest of them.
    > > You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    > > HTH Otto
    > > "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    > > news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    > > >I created a form in excel and i want to have the ability to tab form one
    > > > selected spot to another. That's i want to move and enter data in select
    > > > areas on the sheet.
    > > >
    > > > thanks

    > >
    > >
    > >


  6. #6
    David McRitchie
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    You can select cells ahead of time then the tab will be in the
    order you selected them and within groups left to right
    and down.

    example
    select A2:F2 B2:G6 A7:B16 A2

    then use the TAB key. If you make a mistake
    you will likely have to start over with your preselection..

    --
    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "kindofblue525" <kindofblue525@discussions.microsoft.com> wrote in message
    news:4E270D8B-E0D8-4E11-89A7-F6D8280FEB0B@microsoft.com...
    > Is there a way to change to order (that is, something other than left to
    > right and top down?)
    >
    > "Otto Moehrbach" wrote:
    >
    > > One way is to unlock all the "data" cells and protect the sheet. By "data"
    > > I mean those cells into which you want the user to be able to enter data.
    > > Hitting the Tab key will move the active cell (cursor) from one data cell to
    > > another. Note that the sequence will be from left to right and from top
    > > down.
    > > You unlock a cell by first selecting the cell. then click on Format -
    > > Cells - Protection tab, uncheck the Locked box, click OK. You can select
    > > multiple cells by selecting the first one, then hold down the Ctrl key and
    > > select the rest of them.
    > > You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    > > HTH Otto
    > > "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    > > news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    > > >I created a form in excel and i want to have the ability to tab form one
    > > > selected spot to another. That's i want to move and enter data in select
    > > > areas on the sheet.
    > > >
    > > > thanks

    > >
    > >
    > >




  7. #7
    David McRitchie
    Guest

    Re: How can i program excel to tab to selected areas on the sheet.

    You had already discovered use of range yourself another way
    if you have something you want to hit certain columns on a cell
    would be to use an SelectionChange Event macro. There is one disadvantage
    and that is that the program will not know that you inserted rows
    and rearranged rows so the program would continue to do whatever
    it was originally designed to do even if to the wrong columns.
    Worksheet_SelectionChange (#ws_sc)
    http://www.mvps.org/dmcritchie/excel/event.htm#ws_sc

    Still another way would be with protected cells but that makes
    insertions, deletions, and sorting more difficult. But if it is a form
    taht will always have the same cels no extra rows or colums the
    cell protection might work better for you.

    ---
    HTH,
    David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

    "David McRitchie" <dmcritchie_xlmvp@verizon.net> wrote in message news:OxcHfaN1FHA.4032@TK2MSFTNGP15.phx.gbl...
    > You can select cells ahead of time then the tab will be in the
    > order you selected them and within groups left to right
    > and down.
    >
    > example
    > select A2:F2 B2:G6 A7:B16 A2
    >
    > then use the TAB key. If you make a mistake
    > you will likely have to start over with your preselection..
    >
    > --
    > ---
    > HTH,
    > David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
    > My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
    > Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
    >
    > "kindofblue525" <kindofblue525@discussions.microsoft.com> wrote in message
    > news:4E270D8B-E0D8-4E11-89A7-F6D8280FEB0B@microsoft.com...
    > > Is there a way to change to order (that is, something other than left to
    > > right and top down?)
    > >
    > > "Otto Moehrbach" wrote:
    > >
    > > > One way is to unlock all the "data" cells and protect the sheet. By "data"
    > > > I mean those cells into which you want the user to be able to enter data.
    > > > Hitting the Tab key will move the active cell (cursor) from one data cell to
    > > > another. Note that the sequence will be from left to right and from top
    > > > down.
    > > > You unlock a cell by first selecting the cell. then click on Format -
    > > > Cells - Protection tab, uncheck the Locked box, click OK. You can select
    > > > multiple cells by selecting the first one, then hold down the Ctrl key and
    > > > select the rest of them.
    > > > You protect the sheet by clicking on Tools - Protection - Protect Sheet.
    > > > HTH Otto
    > > > "Jahcureus" <Jahcureus@discussions.microsoft.com> wrote in message
    > > > news:8E0756D3-38BD-41A4-A7C2-AC0789E40A8E@microsoft.com...
    > > > >I created a form in excel and i want to have the ability to tab form one
    > > > > selected spot to another. That's i want to move and enter data in select
    > > > > areas on the sheet.
    > > > >
    > > > > thanks
    > > >
    > > >
    > > >

    >
    >




+ 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