Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]()
If you have the following macro in the normal.dot template or an add-in, it
will stop a row being added when the tab key is pressed in the last cell in the table: Sub NextCell() ' ' NextCell Macro ' Moves to the next table cell unless the selection is in the last cell of the table ' Dim i As Long, j As Long If Selection.Information(wdEndOfRangeRowNumber) Selection.Tables(1).Rows.Count Or Selection.Information(wdEndOfRangeColumnNumber) Selection.Tables(1).Columns.Count Then Selection.MoveRight Unit:=wdCell Else Exit Sub End If End Sub -- Please respond to the Newsgroup for the benefit of others who may be interested. Questions sent directly to me will only be answered on a paid consulting basis. Hope this helps, Doug Robbins - Word MVP "Dede" wrote in message ... In a table, how to you stop the "auto add row" by tabbing in last cell. |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I auto copy data from cell in a word table to another cell. | New Users | |||
auto table of contents | Microsoft Word Help | |||
Word 2003 - Setting table row height to auto | Tables | |||
Row height problem with table in table | Tables | |||
table caption numbering | Tables |