Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Returns the file name extensions associated with the specified FileExportConverter object. Read-only String.
Syntax
expression.Extensions
expression A variable that represents a FileExportConverter object.
Example
The following example displays the file extensions for the first file converter in the FileExportConverters collection.
Dim fcTemp As FileExportConverter
Set fcTemp = FileExportConverters(1)
MsgBox "The file name extensions for the file converter are: " & fcTemp.Extensions
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.