Returns the number of leading rows to be skipped or sets it.

Type Info:

SkipRows As Long
Example:
Dim Wiz As New ImportWizard
Dim SkipRows As Long

' initialize wizard
[...]

Wiz.SkipRows = 0

If (Wiz.Show) Then
	SkipRows = Wiz.Separator

	' more actions
	[...]
End If
See also:

Class ImportWizard

Last Updated: 07/26/05