P
Piet
Hi there.
I have written a macro that generates a table in word with information
that are obtained from a self made dialog. As the last step in the
macro, I enumerate the tables automatically with the header above the
table, so the cursor sits right before the table when the macro is
ended (the userform is still visible). I would like to have the
possibility to create several tables while the dialog box is still
open. For that purpose I have to place the cursor in the first line
after the table to that the second generated table will not interfere
with the first one. Is there a VBA command to achieve this? I think it
will be something like selection.goto what:= table which:= atEnd or
something but I have no idea hjow this works exactly.
Can anybody help?
Many thanks in advance
Piet
I have written a macro that generates a table in word with information
that are obtained from a self made dialog. As the last step in the
macro, I enumerate the tables automatically with the header above the
table, so the cursor sits right before the table when the macro is
ended (the userform is still visible). I would like to have the
possibility to create several tables while the dialog box is still
open. For that purpose I have to place the cursor in the first line
after the table to that the second generated table will not interfere
with the first one. Is there a VBA command to achieve this? I think it
will be something like selection.goto what:= table which:= atEnd or
something but I have no idea hjow this works exactly.
Can anybody help?
Many thanks in advance
Piet