#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

I am using Excel 2007 and would like the easiest macro or solution possible,
because I won't be there to help if there is a problem.

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default Setting Tab order

Is your "form" a UserForm? Is so, the VB editor has a tool for setting the
tab order; to get to it, click View/Tab Order on the VB editor's menu bar.
If not, what type of controls are you using (Form or ActiveX controls)? Or
are you talking about tabbing around in the cells themselves?

--
Rick (MVP - Excel)


"Rita" wrote in message
...
I am using Excel 2007 and would like the easiest macro or solution
possible,
because I won't be there to help if there is a problem.

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to
set
the order of tabbing if possible, so it goes from top to bottom on the
left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up?
Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

Thank you for answering. My form is just an excel spreadsheet that I have
made into a form/invoice. The data that is input will print out exactly like
it looks on the screen. After protecting the worksheet, I would like to tab
to the remaining cells in a certain order. I read somewhere about using
named range, but I didn't have any luck with that. Maybe I didn't understand
it. I am not very good with VB code, except for recording macros.

Maybe I should have made a userform, but this seems easier (what you see is
what you get). The people that will be using this don't have much excel or
computer knowledge. Thanks again.

"Rick Rothstein" wrote:

Is your "form" a UserForm? Is so, the VB editor has a tool for setting the
tab order; to get to it, click View/Tab Order on the VB editor's menu bar.
If not, what type of controls are you using (Form or ActiveX controls)? Or
are you talking about tabbing around in the cells themselves?

--
Rick (MVP - Excel)


"Rita" wrote in message
...
I am using Excel 2007 and would like the easiest macro or solution
possible,
because I won't be there to help if there is a problem.

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to
set
the order of tabbing if possible, so it goes from top to bottom on the
left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up?
Thanks!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

Can anyone help me with this??

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Setting Tab order

You could use a named range if you don't have more than about 45 cells to
move to.

Elsewise you will need VBA

Post the exact ranges and order of tabbing.


Gord Dibben MS Excel MVP

On Mon, 6 Apr 2009 11:21:01 -0700, Rita
wrote:

Can anyone help me with this??

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!


  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

Thank you for your reply. I have at least triple that amount. Any other
easy ideas for a VB newby?? Thanks.

"Gord Dibben" wrote:

You could use a named range if you don't have more than about 45 cells to
move to.

Elsewise you will need VBA

Post the exact ranges and order of tabbing.


Gord Dibben MS Excel MVP

On Mon, 6 Apr 2009 11:21:01 -0700, Rita
wrote:

Can anyone help me with this??

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Setting Tab order

You will have to be a little more specific.

All we know now is that you want to fill cells top to bottom on the left
then top to bottom on the right on two halves of a worksheet.

Where is top and bottom on first half of form and top and bottom of second
half of form?

Where is right and left on both halves?

Sounds like 4 distinct ranges.

Please use cell addresses in your description.

Like A1:A20 and H1:H20 etc.

Are the cells contiguous in each range?


Gord


On Mon, 6 Apr 2009 14:36:08 -0700, Rita
wrote:

Thank you for your reply. I have at least triple that amount. Any other
easy ideas for a VB newby?? Thanks.

"Gord Dibben" wrote:

You could use a named range if you don't have more than about 45 cells to
move to.

Elsewise you will need VBA

Post the exact ranges and order of tabbing.


Gord Dibben MS Excel MVP

On Mon, 6 Apr 2009 11:21:01 -0700, Rita
wrote:

Can anyone help me with this??

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!




  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 64
Default Setting Tab order

Here are my cells, sorry there are so many.

C3-C7, L3-L7, W3-W8, (A10, B10, C10, E10, J10, L10, U10, Repeat through 21),
A23, A25, C32, A34, B34, D34, B35, B36, H26-H30, H340H38)

Thanks so much for taking the trouble to help me. Also, I would need the
freedom to click on individual cells after the (script ?) is done.

"Gord Dibben" wrote:

You will have to be a little more specific.

All we know now is that you want to fill cells top to bottom on the left
then top to bottom on the right on two halves of a worksheet.

Where is top and bottom on first half of form and top and bottom of second
half of form?

Where is right and left on both halves?

Sounds like 4 distinct ranges.

Please use cell addresses in your description.

Like A1:A20 and H1:H20 etc.

Are the cells contiguous in each range?


Gord


On Mon, 6 Apr 2009 14:36:08 -0700, Rita
wrote:

Thank you for your reply. I have at least triple that amount. Any other
easy ideas for a VB newby?? Thanks.

"Gord Dibben" wrote:

You could use a named range if you don't have more than about 45 cells to
move to.

Elsewise you will need VBA

Post the exact ranges and order of tabbing.


Gord Dibben MS Excel MVP

On Mon, 6 Apr 2009 11:21:01 -0700, Rita
wrote:

Can anyone help me with this??

"Rita" wrote:

I have created a complex invoice template using Excel. I would like to set
the order of tabbing if possible, so it goes from top to bottom on the left
and then top to bottom on the right for the top half of form and then the
same for the bottom half of form. Is there any way to set this up? Thanks!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with macro, setting "tab order" of unprotected cells Foxcole Excel Discussion (Misc queries) 2 May 14th 09 09:08 PM
Setting reverse order for axis in OWC 11 chart component joeg Charts and Charting in Excel 4 April 9th 09 12:09 PM
Setting the Tab Order [email protected] Excel Discussion (Misc queries) 3 October 22nd 08 10:59 PM
Setting custom Tab order Rusty Setting up and Configuration of Excel 2 May 17th 07 06:43 PM
setting order in excel M Kirwin Excel Discussion (Misc queries) 2 October 31st 06 08:58 AM


All times are GMT +1. The time now is 12:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"