Can you explain ? is there an error message ? what happens ?

 

Daiel

 

De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De
la part de Rajesh Shah
Envoyé : mardi 22 février 2011 12:41
À : excel-macros@googlegroups.com
Objet : Re: $$Excel-Macros$$ Printing Query using a excel sheet

 

Hello

This doesnt work

Rajesh

On 21 February 2011 21:29, Daniel <dcolarde...@free.fr> wrote:

Hello,

Try :

With ActiveSheet.PageSetup
   .CenterHeader = "original for the buyer"
   ActiveSheet.PrintOut
   .CenterHeader = "Duplicate for the seller"
   ActiveSheet.PrintOut
   .CenterHeader = "Transporter's Copy"
   ActiveSheet.PrintOut
   'etc.
End With

Daniel

-----Message d'origine-----
De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De
la part de shrejeet
Envoyé : lundi 21 février 2011 13:29
À : MS EXCEL AND VBA MACROS
Objet : $$Excel-Macros$$ Printing Query using a excel sheet


Hello Members
Good Day!
I have a excel sheet (invoice copy) which i want to print 7 copies I have a
problem with the header that i want to print. The header is different for
all the 7 pages while all the other content remains the same.

the header of the invoice in the first page to be printed should be "
original for the buyer"
the header of the invoice in the second page to be printed should be
"Duplicate for the seller"
the header in the third page should be " Transporter's Copy"
and so on

How do i over come this problem
Can anyone help me
Thanks a ton in advance

Rajesh

--
----------------------------------------------------------------------------
------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip 2. Join our LinkedIN group @
http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and
Tricks at http://exceldailytip.blogspot.com

To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

--
----------------------------------------------------------------------------
------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

 

-- 
----------------------------------------------------------------------------
------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com

To post to this group, send email to excel-macros@googlegroups.com
 
<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to