A
andyjim
I've made a PPT slide of ten 2"x4" jar labels to print. The slide format
simulates an Avery template for printing labels in Word (2 columns of 5
labels each), but since Word won't do everything I want, I'm doing it in PPT.
I have a successful slide that prints fine on the Avery label sheet, so now I
want to speed up the process of making other slides, different flavors, of
the same size and style label.
My manual method is to complete one new label at the top left position on
the slide, then copy paste it to the other nine positions snapping to the
guides for accurate placement. Each label is composed of several text boxes
plus a background color, so I stretch a rectangle around the entire label to
select and copy it. This works fine, so I recorded a macro to automate it for
making a new label slide, but the recorded macro seems to look for objects of
the exact names as the example objects used when I recorded the macro, and it
doesn't find those object names when I start a new label slide, so it bombs
out.
Apparently I need to find a way to work with the objects by their location
on the slide (or some other alternate method) rather than by name. I've done
some VBA work in Excel, but not in PPT. Haven't found the answer in help file
as yet.
simulates an Avery template for printing labels in Word (2 columns of 5
labels each), but since Word won't do everything I want, I'm doing it in PPT.
I have a successful slide that prints fine on the Avery label sheet, so now I
want to speed up the process of making other slides, different flavors, of
the same size and style label.
My manual method is to complete one new label at the top left position on
the slide, then copy paste it to the other nine positions snapping to the
guides for accurate placement. Each label is composed of several text boxes
plus a background color, so I stretch a rectangle around the entire label to
select and copy it. This works fine, so I recorded a macro to automate it for
making a new label slide, but the recorded macro seems to look for objects of
the exact names as the example objects used when I recorded the macro, and it
doesn't find those object names when I start a new label slide, so it bombs
out.
Apparently I need to find a way to work with the objects by their location
on the slide (or some other alternate method) rather than by name. I've done
some VBA work in Excel, but not in PPT. Haven't found the answer in help file
as yet.