I feel like this is ridiculously simple, but I have not been able to find any definite answer for moving between columns in word that are NOT in a table. I have this document with 8 columns and have tried to do things like Selection.MoveRight Unit:= wdColumn, Count:=2
which gives a Bad parameter
error and Selection.MoveRight Unit:= wdColumn, Count:=2
which doesn’t do anything.
I tried to use the move functions with other units, but none worked.
If the doc had 2 columns, it would look something like this:
(end of first col)
aaaaa | aaaaa
aaaaa | aaaaa
aaaaa | aaaaa
aaaaa | aaaaa
Victor Terme is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.