[Publisher 2003] Linking textbox by VBA

V

VeroToad

Hi!
In Publisher 2003, I've to create a macro that:
1) Inserts a new page with the same objects of the previous one
2) Links each textbox to the corresponding one's of the previous page

That's my idea to solve a problem.
In other words, I should create a template of a document with three columns.

FIRST COLUMN
When the textbox of the 1st column is full the text should continue in the
textbox of the 1st column of the following page

SECOND AND THIRD COLUMN
Only one textbox divided in two columns. When these two columns are full the
text should continue in the 2nd/3rd column of the following page.

So I think about a button that creates a new page with the same structure of
properly linked textbox, but I don't know how...
BTW, do you know where can I find the list of VBA commands for Publisher?

Thank you very much

P.S. Surely you haven't understood that I'm Italian :) Excuse me for my
strange English sentences!
 
Top