S
Steven Marzuola (remove wax and invalid for reply)
1. When you're in the last cell of a table, the TAB key appends a new
row to the table. Sometimes I want to turn off this feature. Is there
a way to do this? I have Word 2000.
2. IIRC some other version of Word used to offer the option. Am I nuts?
3. One reason I wanted this is to help with some macros that processed
each cell in a table. I wanted them to stop on the last cell, but they
wouldn't. Is there a way to instruct Word, using a macro, to move to
the next cell but NOT to create a new row if it's already in the last
cell? (rightmost cell of bottom row).
I know that there are VBA functions that tell you what row and column
you are in, and the table dimensions. Unfortunately they don't always
work correctly, especially if any cells in the table have been merged or
split, or tables of different sizes have been joined.
4. There's probably another way to cycle through table cells using VBA.
Any pointers?
(I had another reason for this request, other than writing a macro, but
I'm having a premature senior moment and can't remember it.)
row to the table. Sometimes I want to turn off this feature. Is there
a way to do this? I have Word 2000.
2. IIRC some other version of Word used to offer the option. Am I nuts?
3. One reason I wanted this is to help with some macros that processed
each cell in a table. I wanted them to stop on the last cell, but they
wouldn't. Is there a way to instruct Word, using a macro, to move to
the next cell but NOT to create a new row if it's already in the last
cell? (rightmost cell of bottom row).
I know that there are VBA functions that tell you what row and column
you are in, and the table dimensions. Unfortunately they don't always
work correctly, especially if any cells in the table have been merged or
split, or tables of different sizes have been joined.
4. There's probably another way to cycle through table cells using VBA.
Any pointers?
(I had another reason for this request, other than writing a macro, but
I'm having a premature senior moment and can't remember it.)