how do i set page breaks based on differences between cells?

J

JoeyLoving

Basically, choose column B.
if current row value is not equal to previous row value, then insert page
break else go to next record and repeat
I'm fairly sure this will be VBA rather than excel.
Anybody have an idea?
 
P

Paul Herber

Basically, choose column B.
if current row value is not equal to previous row value, then insert page
break else go to next record and repeat
I'm fairly sure this will be VBA rather than excel.
Anybody have an idea?

I think you want an Excel group, this one is for Visio.
 
Top