R
Ryan
I'm using publisher to print signs for a supermarket (ie. Bananas,
49¢). Sometimes we have what are called "split signs" where 2 items
are on one sign(one on the left and one on the right). All signs are
double sided, and when we print these "split signs" we have to print
thereverse image of the sign on the back so the items are on the same
side from either way you look at it. I need to be able to:
1) select the left 50% of the sign on page one
2) cut it
3) paste it to the right side of page 2
4) select the right 50% od page one
5) cut it
6) paste it to the left side of page 2
I'm using 11"x17" paper, landscape, and a Ricoh cl7100 to duplex the paper.
So far I have been able to nudge the WordArt(all things on the page are
wordart) to the opposite sides of the paper. But when I cut and paste them to
page two in VB, they revert back to their original positions. I've tried
sendkeys aand everything. I can make the process work by using the arrow keys
to nudge and crt+c,ctl+v.
Any new ideas how to perform this action and coding examples would be
extremely appreciated. I know there has to be an easy way.
Thanks alot for any help
49¢). Sometimes we have what are called "split signs" where 2 items
are on one sign(one on the left and one on the right). All signs are
double sided, and when we print these "split signs" we have to print
thereverse image of the sign on the back so the items are on the same
side from either way you look at it. I need to be able to:
1) select the left 50% of the sign on page one
2) cut it
3) paste it to the right side of page 2
4) select the right 50% od page one
5) cut it
6) paste it to the left side of page 2
I'm using 11"x17" paper, landscape, and a Ricoh cl7100 to duplex the paper.
So far I have been able to nudge the WordArt(all things on the page are
wordart) to the opposite sides of the paper. But when I cut and paste them to
page two in VB, they revert back to their original positions. I've tried
sendkeys aand everything. I can make the process work by using the arrow keys
to nudge and crt+c,ctl+v.
Any new ideas how to perform this action and coding examples would be
extremely appreciated. I know there has to be an easy way.
Thanks alot for any help