gleb gudzenko
Reddit
Last.fm
Google Talk
Facebook
« Automatically add pagebreaks at interval: VBA Excel
|
Main
|
List all computer names and user names on a network: VBA Excel »
Sunday
Jul
15
2007
Remove pagebreaks: VBA Excel
Sunday, July 15, 2007 at 11:36AM
With ActiveSheet.PageSetup
.Zoom = False
.FitToPagesTall = 1
.FitToPagesWide = 1
End With
Gleb
|
Post a Comment
|
Share Article
Reader Comments
There are no comments for this journal entry. To create a new comment, use the form below.
Post a New Comment
Enter your information below to add a new comment.
My response is on my own website »
Author:
(forget stored information)
Author Email (optional):
Author URL (optional):
Post:
↓
|
↑
All HTML will be escaped.
Textile formatting is allowed
.
Link an External Response
Have a response on your own site? You can either use the [
Trackback URL
] for this entry, or link to your response directly.
I want to leave a comment directly on this site »
Article Title:
Article URL:
Article Excerpt (optional):
Site Name:
Site URL (optional):
Author Name:
Search VBA Code
here
This work is licensed under a
Creative Commons License
.
Reader Comments