Sets the array with target language codes.

Syntax:

SetTargetLanguages(Array As Variant)
Parameters: Array Array with language codes of the target languages to be exported.

Example:
Dim Ary(4) As Variant

Dim Wiz As New ExportWizard

' initialize wizard
[...]

' fill array
[...]

Call Wiz.SetTargetLanguages(Ary)
Remarks: The elements of the array should of type Variant.

See also:

Class ExportWizard


Last Updated: 07/26/05