Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problem with ExportAsFixedFormat in Excel 2007

I have a fairly large worksheet in which I've set the page setup such that
it will fit 1 pages wide and 1 pages tall. The greyed out zoom level for
this sheet is 25%

When I select ExportAsFixedFormat, the resulting PDF is 44in x 34in in size,
scaled up exactly 4 times the size of the 11in x 8.5in landscape mode it was
originally intended for.

So it rather looks to me like the zoom level isn't being accounted for when
I call ExportAsFixedFormat from my application.

So my question is ... When I set the PageSetup object to fit 1 page high by
1 page tall, and the Zoom property is now "False" -- how can I determine
what the zoom level will be when its printed? Obviously Excel does it,
because it shows you the greyed out value -- but I don't see any obvious way
of fetching it or computing it myself.

Robert


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Problem with ExportAsFixedFormat in Excel 2007

Hello Robert,

The ExportAsFixedFormat method did not provide such argument to print to
PDF.

I will consulting internal team for any workaround. Thank you!

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Problem with ExportAsFixedFormat in Excel 2007

Isn't that exactly what it is for ?

According to:
http://msdn2.microsoft.com/en-us/library/bb238907.aspx

The ExportAsFixedFormat method is used to publish a workbook to either the
PDF or XPS format.
Version Information
Version Added: Excel 2007

NickHK

"Wei Lu [MSFT]" wrote in message
...
Hello Robert,

The ExportAsFixedFormat method did not provide such argument to print to
PDF.

I will consulting internal team for any workaround. Thank you!

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no

rights.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problem with ExportAsFixedFormat in Excel 2007

Thanks a bunch!

"Wei Lu [MSFT]" wrote in message
...
Hello Robert,

The ExportAsFixedFormat method did not provide such argument to print to
PDF.

I will consulting internal team for any workaround. Thank you!

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Problem with ExportAsFixedFormat in Excel 2007

Hello Robert,

I would like to get the screenshot of your issue. The page setting should
effect the size for the ExportAsFixedFormat. Please send me the screenshot
to understand this issue more clearly.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Problem with ExportAsFixedFormat in Excel 2007

Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Problem with ExportAsFixedFormat in Excel 2007

If you'd be so kind as to drop me your e-mail address, I'll send the samples
over to you. The addr's I tried all bounced :)

robert at blackcastlesoft dot com


"Wei Lu [MSFT]" wrote in message
...
Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.



  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Problem with ExportAsFixedFormat in Excel 2007

On 25 Mag, 12:23, (Wei Lu [MSFT]) wrote:
Hi ,

How is everything going? Please feel free to let me know if you need any
assistance.


Hello Wei Lu,
I'm having a similar problem, related to ExportAsFixedFormat: I have
an Excel file, where I set a print area. Exporting to PDF from within
Excel correctly prints out the selected area. Saving the file and
programmatically ExportAsFixedFormat to a PDF seems to ignore my print
area, even if I put the false flag on IgnorePrintAreas parameter. Is
this known? Maybe I have also to set print area programmatically?

Thanks in advance.

Matteo

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Problem with ExportAsFixedFormat in Excel 2007

Hello Matteo,

Robert just email me that he resolved this issue by reinstall the system.

It seems this issue related with some machine configuration.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Problem with ExportAsFixedFormat in Excel 2007

The tipical MSFT workaround..

Thanks, anyway!

mt

On 18 Giu, 10:42, (Wei Lu [MSFT]) wrote:
Hello Matteo,

Robert just email me that he resolved this issue by reinstall the system.

It seems this issue related with some machine configuration.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



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 2007 Query Wizard problem with Access 2007 extensions Showdad Excel Discussion (Misc queries) 0 December 4th 08 05:57 PM
Problem with Excel 2007 Jim Peterson Excel Discussion (Misc queries) 0 September 19th 08 05:38 PM
ExportAsFixedFormat for Multiple Sheets in a Single Excel File ivanL Excel Worksheet Functions 2 February 12th 08 07:42 PM
Excel 2007 VBA problem teepee Excel Discussion (Misc queries) 7 March 31st 07 10:56 AM
Excel 2007 Problem Allan P. London, CPA Excel Programming 1 September 25th 06 07:46 PM


All times are GMT +1. The time now is 06:37 PM.

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"