Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing PDF from Excel

I have a very simple macro that prints part of an Excel workbook to PDF, it
works fine on my computer but when someone else trys to use it, it errors
out. The code is:


Sub CC()
'
' Adobe Macro
' Macro recorded 4/7/2005 by kbrand
'

'
Sheets(Array("CC", "CC_")).Select
Application.ActivePrinter = "Adobe PDF on Ne01:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne01:", Collate:=True
Sheets("Input").Select
End Sub

The issue is my Adobe PDF is on Ne01 while everyone else's it Ne00, I have
searched high and low looking for a solution. Hopefully somebody can help.

Thanks,

Kevin

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Printing PDF from Excel

Hi Kevin,

Is the Adobe printer named something else on the other users PC?

Sunil Jayakumar

"lance99" wrote in message
...
I have a very simple macro that prints part of an Excel workbook to PDF, it
works fine on my computer but when someone else trys to use it, it errors
out. The code is:


Sub CC()
'
' Adobe Macro
' Macro recorded 4/7/2005 by kbrand
'

'
Sheets(Array("CC", "CC_")).Select
Application.ActivePrinter = "Adobe PDF on Ne01:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne01:", Collate:=True
Sheets("Input").Select
End Sub

The issue is my Adobe PDF is on Ne01 while everyone else's it Ne00, I have
searched high and low looking for a solution. Hopefully somebody can
help.

Thanks,

Kevin


www.ayyoo.com/car-loans.html


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Printing PDF from Excel

See if changing...
"Adobe PDF on Ne01:",
to
"Adobe PDF",
works.
HTH,
Gary Brown

"lance99" wrote:

I have a very simple macro that prints part of an Excel workbook to PDF, it
works fine on my computer but when someone else trys to use it, it errors
out. The code is:


Sub CC()
'
' Adobe Macro
' Macro recorded 4/7/2005 by kbrand
'

'
Sheets(Array("CC", "CC_")).Select
Application.ActivePrinter = "Adobe PDF on Ne01:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne01:", Collate:=True
Sheets("Input").Select
End Sub

The issue is my Adobe PDF is on Ne01 while everyone else's it Ne00, I have
searched high and low looking for a solution. Hopefully somebody can help.

Thanks,

Kevin

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing PDF from Excel

Yes, it is named "Adobe PDF on Ne00:", I looked for a solution in the printer
port but couldn't find a solution.

"Sunil Jayakumar" wrote:

Hi Kevin,

Is the Adobe printer named something else on the other users PC?

Sunil Jayakumar

"lance99" wrote in message
...
I have a very simple macro that prints part of an Excel workbook to PDF, it
works fine on my computer but when someone else trys to use it, it errors
out. The code is:


Sub CC()
'
' Adobe Macro
' Macro recorded 4/7/2005 by kbrand
'

'
Sheets(Array("CC", "CC_")).Select
Application.ActivePrinter = "Adobe PDF on Ne01:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"Adobe PDF on Ne01:", Collate:=True
Sheets("Input").Select
End Sub

The issue is my Adobe PDF is on Ne01 while everyone else's it Ne00, I have
searched high and low looking for a solution. Hopefully somebody can
help.

Thanks,

Kevin


www.ayyoo.com/car-loans.html



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 printing problem--printing 1 document on 2 pages Bons Excel Discussion (Misc queries) 0 December 24th 09 04:15 PM
Excel Printing --Borders are not printing on the same page as data Stup88 Excel Discussion (Misc queries) 1 August 7th 07 09:34 AM
Printing a heading on each new page when printing Brian Excel Discussion (Misc queries) 3 November 15th 06 05:22 PM
Enable Double sided printing contiuously when printing multiple s. Lee Excel Discussion (Misc queries) 1 November 27th 04 01:58 AM
Printing? Worksheets not printing the same on multiple pc's! 43fan Excel Programming 2 April 29th 04 02:34 PM


All times are GMT +1. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"