Anthony's VBA Forum Index Anthony's VBA Forum
Where the knowledge is shared
Menu
 Anthony's VBA Forum IndexHome Page
 Anthony's VBA Forum IndexForum Index
FAQFAQ
MemberlistMemberlist
UsergroupsUsergroups
RegisterRegister
ProfileProfile
Log in to check your private messagesMessages
Log inLogin/Out

Quick Search

Advanced Search

Links
Consulting
Products

Who's Online
[ Administrator ]
[ Moderator ]


removing the automatic page breaks created by MSExcel

 
Post new topic   Reply to topic     Anthony's VBA Forum Index -> Option Pricing Models
View previous topic :: View next topic  
Author Message
Arunaachalam



Joined: 27 Dec 2005
Posts: 1

PostPosted: Tue Dec 27, 2005 8:15 am    Post subject: removing the automatic page breaks created by MSExcel Reply with quote

Hi,


Can i know how to remove the automatically generated page breaks in Excel.
________
[URL=http://www.vaporshop.com/]buy vaporizers[/URL]


Last edited by Arunaachalam on Thu Feb 03, 2011 3:17 am; edited 1 time in total
Back to top
View user's profile Send private message
Anthony
Guest





PostPosted: Wed Feb 01, 2006 11:51 am    Post subject: Reply with quote

Just go to View..Normal. This will turn the veiw from Page Break view to normal veiw.
Back to top
Data
Moderator
Moderator


Joined: 06 Oct 2004
Posts: 33
Location: NY

PostPosted: Wed Feb 01, 2006 12:11 pm    Post subject: Reply with quote

Using VBA, you can change to Normal view
ActiveWindow.View = xlNormalView

and change back to Break view
ActiveWindow.View = xlPageBreakPreview
_________________
Data
Knowledge is Power
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Anthony's VBA Forum Index -> Option Pricing Models All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group