S
Susan L
I am setting up some macros to help in restructuring a large number of tables
in Word. I'm recording them, since I'm not familiar with VBA in Word.
In this part of the macro, text is selected over to the paragraph marker
(which is then deleted). These lines of text can vary in length from table to
table.
Here is what is in the macro:
Selection.MoveRight Unit:=wdCharacter, Count:=46, Extend:=wdExtend
Selection.Cut
Is there a variable I can use in Count:= to ensure the selection goes to the
end of the text line?
in Word. I'm recording them, since I'm not familiar with VBA in Word.
In this part of the macro, text is selected over to the paragraph marker
(which is then deleted). These lines of text can vary in length from table to
table.
Here is what is in the macro:
Selection.MoveRight Unit:=wdCharacter, Count:=46, Extend:=wdExtend
Selection.Cut
Is there a variable I can use in Count:= to ensure the selection goes to the
end of the text line?