Re: $$Excel-Macros$$ Print problem

2013-03-19 Thread David Grugeon
Sorry. Dont use that use this one Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True Application.EnableEvents = False Worksheets(5).PrintOut Application.EnableEvents = True End Sub Regards David Grugeon On 19 March 2013 22:08, David Grugeon wrote: > Put this in the ThisWorkb

Re: $$Excel-Macros$$ Print problem

2013-03-19 Thread David Grugeon
Put this in the ThisWorkbook module Private Sub Workbook_BeforePrint(Cancel As Boolean) Cancel = True Application.EnableEvents = False Worksheets(5).PrintOut End Sub Regards David Grugeon On 19 March 2013 21:50, Shrinivas Shevde wrote: > Dear All > I have a excel work book in which there are

Re: $$Excel-Macros$$ Print problem

2013-03-19 Thread Paul Schreiner
, To all the people you can, As long as ever you can.” - John Wesley - From: Shrinivas Shevde To: excel-macros@googlegroups.com Sent: Tue, March 19, 2013 7:50:57 AM Subject: $$Excel-Macros$$ Print problem Dear All I have

Re: $$Excel-Macros$$ print problem

2012-03-24 Thread Maries
Hi, Select *Cal Sheet Page1* ===> View Tab ===> Select Page Break Previow ===> Adjust One Page Break Lines By Cursor. Thats It..!! Regards, MARIES. On Sat, Mar 24, 2012 at 11:55 AM, Shankar Bheema wrote: > Dear experts > > When I used to print the attached workbook. The two sheets have to b

Re: $$Excel-Macros$$ print problem

2012-03-24 Thread Abhishek Jain
In the first sheet, select the area you want to be printed (leaving the buttons), right click and choose "set print area". On a difference note Shankar, you might want to keep in mind a simple rule of this forum which I feel is extremely helpful in all cases. Reproduced herebelow for ready referen