Mac 2016 Excel Vba Parameters For Activesheet.exportasfixedformat Rating: 4,8/5 9679 reviews

See All MacPro 2009 Logic Board See All Apple: 661-5444 Apple Backplane Board Version 2 for Mac Pro Early 2009 $399.00 $125.00 Save: 69% off See All MacPro 2009 Logic Board See All Apple: 661-7527 Apple Logic Board for Mac Pro Late 2013 & UP- NEW $799.00 $549.00 Save: 31% off See All MacPro 2013 Logic Board See All Apple. Find many great new & used options and get the best deals for NEW 661-6034 APPLE Logic Board for Mac Mini 2.0Ghz Core i7 Mid 2011 A1347 at the best online prices at eBay! Free shipping for many products! There are a variety of types of Apple Mac mini logic boards. Some types are appropriate for casual commuting while others are better for graphic design or light gaming. Additional features for your Mac mini logic board can help further bolster its performance. Check to see what features are included with the Mac mini logic board you select. 661-6034 - Logic Board (2.0GHz, i7), Apple Service part replacement for Mac mini Server (A1347) We carry parts and tools for all Apple and Amazon Kindle models. New 661-6034 apple logic board for macbook pro.

Activesheet.exportasfixedformat-->

Exports to a file of the specified format.

Syntax

These are the main file formats in Excel 2007-2016, Note: In Excel for the Mac the values are +1 51 = xlOpenXMLWorkbook (without macro's in 2007-2016, xlsx) 52 = xlOpenXMLWorkbookMacroEnabled (with or without macro's in 2007-2016, xlsm).

Mac 2016 Excel Vba Parameters For Activesheet.exportasfixedformat

expression.ExportAsFixedFormat (Type, FileName, Quality, IncludeDocProperties, IgnorePrintAreas, From, To, OpenAfterPublish, FixedFormatExtClassPtr)

expression A variable that represents a Worksheet object.

Parameters

NameRequired/OptionalData typeDescription
TypeRequiredXlFixedFormatTypeThe type of file format to export to.
FileNameOptionalVariantThe file name of the file to be saved. You can include a full path, or Excel saves the file in the current folder.
QualityOptionalVariantOptional XlFixedFormatQuality. Specifies the quality of the published file.
IncludeDocPropertiesOptionalVariantTrue to include the document properties; otherwise, False.
IgnorePrintAreasOptionalVariantTrue to ignore any print areas set when publishing; otherwise, False.
FromOptionalVariantThe number of the page at which to start publishing. If this argument is omitted, publishing starts at the beginning.
ToOptionalVariantThe number of the last page to publish. If this argument is omitted, publishing ends with the last page.
OpenAfterPublishOptionalVariantTrue to display the file in the viewer after it is published; otherwise, False.
FixedFormatExtClassPtrOptionalVariantPointer to the FixedFormatExt class.

Remarks

This method also supports initializing an add-in to export a file to a fixed-format file. For example, Excel will perform file format conversion if the converters are present. The conversion is usually initiated by the user.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.