A
Antonio Pérez
Hello :
I have a document with paragraphs and tables, in some cases I have nothing
( only a carriage return symbol ), but ( because many people worked in the
docs ) it has a style I want to change.
I have a macro to find all these cases but my 'do... loop macro' rebound
eternally when find those cases. I fix the problem making :
Selection.MoveRight(Unit:=wdCharacter, Count:=1)
Selection.MoveDown(Unit:=wdLine, Count:=1)
but it is not the solution ( in addition it fails )
Some idea ???
Antonio Pérez
I have a document with paragraphs and tables, in some cases I have nothing
( only a carriage return symbol ), but ( because many people worked in the
docs ) it has a style I want to change.
I have a macro to find all these cases but my 'do... loop macro' rebound
eternally when find those cases. I fix the problem making :
Selection.MoveRight(Unit:=wdCharacter, Count:=1)
Selection.MoveDown(Unit:=wdLine, Count:=1)
but it is not the solution ( in addition it fails )
Some idea ???
Antonio Pérez