Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 06-05-2012, 10:41 PM
gsrikanth gsrikanth is offline Can i print and make pdf at a time Windows XP Can i print and make pdf at a time Office XP
Competent Performer
Can i print and make pdf at a time
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default Can i print and make pdf at a time

Can i print and make pdf at a time



our project whole on excel sheet i want make e-book, deliverable at the same time

Last edited by gsrikanth; 06-06-2012 at 12:05 AM.
Reply With Quote
  #2  
Old 06-08-2012, 11:07 PM
macropod's Avatar
macropod macropod is offline Can i print and make pdf at a time Windows 7 64bit Can i print and make pdf at a time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

If you're very quick ...

Of course, if you save to PDF, you can then print the PDF at your leisure.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 06-08-2012, 11:11 PM
gsrikanth gsrikanth is offline Can i print and make pdf at a time Windows XP Can i print and make pdf at a time Office XP
Competent Performer
Can i print and make pdf at a time
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
If you're very quick ...

Of course, if you save to PDF, you can then print the PDF at your leisure.
sir we have to gave many deliverables back by back (making page setup its it take age) we have no time to make e-book,
i.e., 100 page booklet relating to designs
Reply With Quote
  #4  
Old 06-08-2012, 11:16 PM
macropod's Avatar
macropod macropod is offline Can i print and make pdf at a time Windows 7 64bit Can i print and make pdf at a time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You are not explaining the issue clearly. Excel can certainly create a PDF and print the file at essentially the same time. Even with a macro, though, one action must be done before the other. I cannot see what an e-book or the number of pages has to do with this. It doesn't matter whether you want to save to PDF or print - you'll still have to do your page setup and the more pages you have the longer that will take.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #5  
Old 06-08-2012, 11:19 PM
gsrikanth gsrikanth is offline Can i print and make pdf at a time Windows XP Can i print and make pdf at a time Office XP
Competent Performer
Can i print and make pdf at a time
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
You are not explaining the issue clearly. Excel can certainly create a PDF and print the file at essentially the same time. Even with a macro, though, one action must be done before the other. I cannot see what an e-book or the number of pages has to do with this. It doesn't matter whether you want to save to PDF or print - you'll still have to do your page setup and the more pages you have the longer that will take.
first time i have to select PRINTER
second time i have to select ADOBE

i need essetially the same time, i need that macro
do one after other
Reply With Quote
  #6  
Old 06-09-2012, 12:05 AM
macropod's Avatar
macropod macropod is offline Can i print and make pdf at a time Windows 7 64bit Can i print and make pdf at a time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could do that with a macro like:
Code:
Sub Demo()
ActiveSheet.PrintOut
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Split(ActiveWorkbook.Name, ".")(0)
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #7  
Old 06-09-2012, 12:29 AM
gsrikanth gsrikanth is offline Can i print and make pdf at a time Windows XP Can i print and make pdf at a time Office XP
Competent Performer
Can i print and make pdf at a time
 
Join Date: Dec 2011
Posts: 133
gsrikanth is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
You could do that with a macro like:
Code:
Sub Demo()
ActiveSheet.PrintOut
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Split(ActiveWorkbook.Name, ".")(0)
End Sub
print is comming
but pdf not preparing
where is the path of pdf will store?
Reply With Quote
  #8  
Old 06-09-2012, 08:14 PM
macropod's Avatar
macropod macropod is offline Can i print and make pdf at a time Windows 7 64bit Can i print and make pdf at a time Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

The PDF will be saved at whatever your default save location is for Excel. If you want to change it to the same folder as the workbook, change:
ActiveWorkbook.Name
to:
ActiveWorkbook.FullName
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
IE Object: Run-time problem (the link is not clicked in run-time but not in step-in tinfanide Excel Programming 1 03-04-2012 12:05 AM
Possible: Make default print one page? lone road Excel 0 01-10-2012 09:47 PM
Can i print and make pdf at a time Why the print preview is different from the editing view when we use the “make Entry” Jamal NUMAN Word 2 01-06-2011 02:44 PM
how to make the task starts next day if no time enough today(task can not be split) duraid Project 1 10-25-2010 08:31 AM
Can i print and make pdf at a time First Time Poster (How to make table of contents into Links) enderzshadow Word 2 02-21-2010 07:22 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:00 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft