« Automatically add pagebreaks at interval: VBA Excel | Main | List all computer names and user names on a network: VBA Excel »
Sunday
Jul152007

Remove pagebreaks: VBA Excel

With ActiveSheet.PageSetup
.Zoom = False
.FitToPagesTall = 1
.FitToPagesWide = 1
End With

 

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Textile formatting is allowed.