GetAvailableSchemasForSaveAs Method
Description
This returns a list of either schema numbers or version names available to the SaveAs3 method.
Syntax
Visual Basic |
---|
Public Function GetAvailableSchemasForSaveAs( _ ByVal bSchemaNumbers As Boolean _ ) As Variant |
Parameters
- bSchemaNumbers
If set to True, this returns the list of schema numbers.
If set to False, this returns the list of version names.
Return Type
The return type is a Variant containing the list of values as an array.
See Also