Returns the column position of the target hotkey data.

Type Info:

PositionTargetHotkey As Long
Example:
Dim Wiz As New ImportWizard
Dim Pos As Long

' initialize wizard
[...]

If (Wiz.Show) Then
	Pos = Wiz.PositionTargetHotkey

	' more actions
	[...]
End If
Remarks: Read-only property.

The column order starts with the position number 1. If the property "PositionTargetHotkey" is zero the hotkeys will not be imported.

See also:

Class ImportWizard

Last Updated: 07/26/05