| Next: APPLY CONDITIONAL FORMATTING TO A ROW IN EXCEL |
| Author |
Message |
morrisli External

Since: Jan 23, 2007 Posts: 4
|
Posted: Tue Jan 23, 2007 1:37 am Post subject: Tab Stop Order Archived from groups: microsoft>public>excel>misc (more info?) |
|
|
I have exactly the saem question as Tdalhman yesterday!
I've created a form where I would like to select the order of the cells when
users tab to the next question, ie to go down then across or whatever, rather
than keep with the default of across.
Can anyone help?
--
morrisli |
|
| Back to top |
|
 |
Mike External

Since: Mar 10, 2006 Posts: 1301
|
Posted: Tue Jan 23, 2007 1:44 am Post subject: RE: Tab Stop Order [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
try this
http://www.vbaexpress.com/kb/getarticle.php?kb_id=209
"morrisli" wrote:
> I have exactly the saem question as Tdalhman yesterday!
> I've created a form where I would like to select the order of the cells when
> users tab to the next question, ie to go down then across or whatever, rather
> than keep with the default of across.
>
> Can anyone help?
> --
> morrisli |
|
| Back to top |
|
 |
morrisli External

Since: Jan 23, 2007 Posts: 4
|
Posted: Tue Jan 23, 2007 1:48 am Post subject: RE: Tab Stop Order [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Mike,
Many thanks - I'll give this a try. I knew it would be a macro of some
sort but didn't know where to start.
Linda
--
morrisli
"Mike" wrote:
> try this
>
> http://www.vbaexpress.com/kb/getarticle.php?kb_id=209
>
> "morrisli" wrote:
>
> > I have exactly the saem question as Tdalhman yesterday!
> > I've created a form where I would like to select the order of the cells when
> > users tab to the next question, ie to go down then across or whatever, rather
> > than keep with the default of across.
> >
> > Can anyone help?
> > --
> > morrisli |
|
| Back to top |
|
 |
Mike External

Since: Mar 10, 2006 Posts: 1301
|
Posted: Tue Jan 23, 2007 1:51 am Post subject: RE: Tab Stop Order [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Another way is to protect all the cells on the sheet except where you want
the users to enter data. Pressing tab will then jump to the next unprotected
cell.
"morrisli" wrote:
> Mike,
>
> Many thanks - I'll give this a try. I knew it would be a macro of some
> sort but didn't know where to start.
>
> Linda
> --
> morrisli
>
>
> "Mike" wrote:
>
> > try this
> >
> > http://www.vbaexpress.com/kb/getarticle.php?kb_id=209
> >
> > "morrisli" wrote:
> >
> > > I have exactly the saem question as Tdalhman yesterday!
> > > I've created a form where I would like to select the order of the cells when
> > > users tab to the next question, ie to go down then across or whatever, rather
> > > than keep with the default of across.
> > >
> > > Can anyone help?
> > > --
> > > morrisli |
|
| Back to top |
|
 |
Tdahlman External

Since: Jan 22, 2007 Posts: 5
|
Posted: Wed Jan 24, 2007 3:21 pm Post subject: RE: Tab Stop Order [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
I have copied the code and it does not work still.
I do not even understand what the code is actually tyring to say there.
Can you give me a possible breakdown of what is going on?
"Mike" wrote:
> try this
>
> http://www.vbaexpress.com/kb/getarticle.php?kb_id=209
>
> "morrisli" wrote:
>
> > I have exactly the saem question as Tdalhman yesterday!
> > I've created a form where I would like to select the order of the cells when
> > users tab to the next question, ie to go down then across or whatever, rather
> > than keep with the default of across.
> >
> > Can anyone help?
> > --
> > morrisli |
|
| Back to top |
|
 |
morrisli External

Since: Jan 23, 2007 Posts: 4
|
Posted: Thu Jan 25, 2007 12:38 am Post subject: RE: Tab Stop Order [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Mike,
Your first solution is working partially so I'll need to have another look
at it.
Just protecting the cells doesn't work as the left-to-right default still
operates, and I want the order to sometimes go down, then across, then back
again.
Many thanks for your help.
--
morrisli
"Mike" wrote:
> Another way is to protect all the cells on the sheet except where you want
> the users to enter data. Pressing tab will then jump to the next unprotected
> cell.
>
> "morrisli" wrote:
>
> > Mike,
> >
> > Many thanks - I'll give this a try. I knew it would be a macro of some
> > sort but didn't know where to start.
> >
> > Linda
> > --
> > morrisli
> >
> >
> > "Mike" wrote:
> >
> > > try this
> > >
> > > http://www.vbaexpress.com/kb/getarticle.php?kb_id=209
> > >
> > > "morrisli" wrote:
> > >
> > > > I have exactly the saem question as Tdalhman yesterday!
> > > > I've created a form where I would like to select the order of the cells when
> > > > users tab to the next question, ie to go down then across or whatever, rather
> > > > than keep with the default of across.
> > > >
> > > > Can anyone help?
> > > > --
> > > > morrisli |
|
| Back to top |
|
 |
|