Programmatically removing pagebreaks

R

Rob

Does anyone know how to programmatically remove all pagebreaks in a sheet?

I am using Excel X for the Mac

Rob
 
J

JE McGimpsey

Rob said:
Does anyone know how to programmatically remove all pagebreaks in a sheet?

I am using Excel X for the Mac

one way:

ActiveSheet.ResetAllPageBreaks
 
Top