D
d_low
Guys/Gals:
A portion of a template I've created includes a section for users t
enter free text. This section consists of eight rows. The idea is t
enter text into each row in succession so it has a paragraph-typ
style. It works fine when the user hits the tab key before overwritin
the end of the row. When they forget, it cuts off the end of his/he
sentence.
What I'd like to do is write a macro that recognizes when the user i
near or has reached the end of the writable area of a particular ro
and automatically tabs to the next row. Maybe this could be done wit
some sort of cell width calculation. The code would then repeat itsel
until the user reached the end of the eighth row. In a perfect world
the code would function seamlessly with the user typing through al
eight rows without any extra keystrokes.
Any help would be greatly appreciated.
P.S. I've already tried the text wrap alternative and was no
satisfied with the look or results
A portion of a template I've created includes a section for users t
enter free text. This section consists of eight rows. The idea is t
enter text into each row in succession so it has a paragraph-typ
style. It works fine when the user hits the tab key before overwritin
the end of the row. When they forget, it cuts off the end of his/he
sentence.
What I'd like to do is write a macro that recognizes when the user i
near or has reached the end of the writable area of a particular ro
and automatically tabs to the next row. Maybe this could be done wit
some sort of cell width calculation. The code would then repeat itsel
until the user reached the end of the eighth row. In a perfect world
the code would function seamlessly with the user typing through al
eight rows without any extra keystrokes.
Any help would be greatly appreciated.
P.S. I've already tried the text wrap alternative and was no
satisfied with the look or results