There's no direct method. You could set font.hidden = true/false for the
optional labels.
Hi
Thanks for that. That would work if the only text on the labels was from
the textboxes, but as I said I have partly prepared the label document with
some text beforehand, the text from the textboxes will end up added at the
bookmark points. What I want to do in a way is mask half of the page
completely if a condition is met, and unmask it if another one is met.
Perhaps selecting half of the label table to print if one condition is met,
and unselecting to print all if another is met. But I'm not sure how to do
this.
thanks
> There's no direct method. You could set font.hidden = true/false for the
> optional labels.
[quoted text clipped - 21 lines]
> >
> > Thanks
elle0612 - 17 Aug 2006 06:45 GMT
Hello
Another idea I've had is to add a second page of labels to the document,
this time with only one part completed. And if the check box is ticked, then
the page with all labels on would be printed else the page with only half
would be printed.
How do you specify which page you want to print in VBA. It will be
ActiveDocument.something??? for the default printer, and something like
page(1) or page(2) I suppose. Hope someone can help because I feel I'm
getting somewhere now.
Thanks
> Hi
>
[quoted text clipped - 35 lines]
> > >
> > > Thanks
elle0612 - 19 Aug 2006 23:07 GMT
In the end I got around the problem by closing the ActiveDocument with the
two sets of labels and opening another from another file with a single set.
Works fine.
> Hello
>
[quoted text clipped - 49 lines]
> > > >
> > > > Thanks