#1   Report Post  
Posted to microsoft.public.word.tables
Frog Frog is offline
external usenet poster
 
Posts: 1
Default Word Tables

Trying to change the order of the tabs of text fields within a table. It
goes from left table to the right table instead of down. How do I change the
direction and order of the tabs.
  #2   Report Post  
Posted to microsoft.public.word.tables
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Word Tables

Use the following macro which will hijack the use of the tab key in a table
so that it does what you want:

Sub NextCell()
'
' NextCell Macro
' Moves to the next table cell
' Modified by Doug Robbins to the next cell in the column before moving to
the next column
With Selection.Tables(1)
If Selection.Information(wdEndOfRangeRowNumber) .Rows.Count Then
Selection.MoveDown
ElseIf Selection.Information(wdEndOfRangeColumnNumber)
..Columns.Count Then
.Cell(1, Selection.Information(wdEndOfRangeColumnNumber) +
1).Select
Selection.Collapse wdCollapseStart
Else
MsgBox "You have reached the end of the table."
End If
End With


End Sub


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"Frog" wrote in message
...
Trying to change the order of the tabs of text fields within a table. It
goes from left table to the right table instead of down. How do I change
the
direction and order of the tabs.


  #3   Report Post  
manikkhan manikkhan is offline
Junior Member
 
Posts: 1
Arrow

All Community Q&A Reference topics ... The word comes
from the French massage "friction of kneading," or from Arabic .... Specialized
massage tables and chairs are used to position clients during massages. .
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
word tables using forms to insert x number of tables inazne Tables 1 December 1st 08 01:57 PM
Converting ASCII tables to Word tables Robert Morley Tables 4 January 21st 08 06:16 AM
For the archive, code to format (styles and column widths) tables and nested tables kbutterly Tables 0 January 24th 07 02:00 PM
controlling tables in word linked to excel tables cdstorage Tables 2 February 8th 06 02:16 PM
Different views make tables dissappear or move tables BCBC Tables 2 June 24th 05 11:01 PM


All times are GMT +1. The time now is 01:26 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"