Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default how to set a tab order in Excel 2003 for PC? (go cell to cell)

Does anybody know how to set a "tab order" in Excel 2003 for PC? I'm not
talking about just tabbing from left to right, but how to set a custom tab
order -- to tab to a pre-designated cell.

thanx,
Cliff
San Francisco
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default how to set a tab order in Excel 2003 for PC? (go cell to cell)

Right click sheet tabview code insert thistest and modify to suit.
OR unlock desired cellsprotect sheetuse tab key

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = Range("a3").Address Then Range("b3").Select
If Target.Address = Range("b3").Address Then Range("b13").Select
'etc
End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"SFTaxMan" wrote in message
...
Does anybody know how to set a "tab order" in Excel 2003 for PC? I'm not
talking about just tabbing from left to right, but how to set a custom tab
order -- to tab to a pre-designated cell.

thanx,
Cliff
San Francisco


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 634
Default how to set a tab order in Excel 2003 for PC? (go cell to cell)

Starting with the last cell first, and then onto the first, select all your
cells in order and then just give that selection a name. Select the name
when required and just start entering data

Regards
Ken.......................


"SFTaxMan" wrote in message
...
Does anybody know how to set a "tab order" in Excel 2003 for PC? I'm not
talking about just tabbing from left to right, but how to set a custom tab
order -- to tab to a pre-designated cell.

thanx,
Cliff
San Francisco



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
How do I set cell order for columns on each page in Excel? bilsons Excel Discussion (Misc queries) 6 October 15th 07 09:23 PM
Can Excel 2003 cell link carry with it the source cell format? tom Excel Discussion (Misc queries) 2 July 14th 06 06:14 AM
How can i test a cell for bold style in a cell (Excel 2003)? Mike A. Excel Worksheet Functions 2 March 6th 06 07:23 PM
cell format for date/time in same cell excel 2003 Sandy Excel Worksheet Functions 1 January 18th 06 03:46 AM
Excel 2003 - Ctrl-End selects last cell. How chg last cell addr? Trevose1955 Excel Worksheet Functions 2 December 16th 05 11:25 PM


All times are GMT +1. The time now is 03:33 PM.

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

About Us

"It's about Microsoft Excel"