Код:
Class c_MasFiles
Public Count As Integer
Public Rec() As c_RecFiles
Sub Add2Class(sName As String, sPath As String, sSub As String, bFile As Boolean) ' Добавить в класс файл или директорию
Dim i As Integer
me.Count = me.Count + 1
i = me.Count
ReDim Preserve me.Rec(i)
Set Me.Rec(i) = New c_RecFiles
Me.Rec(i).NameFile = sName
Me.Rec(i).Path = sPath
Me.Rec(i).sSubdir = sSub
Me.Rec(i).FullPath = sPath & sSub & sName
Me.Rec(i).isFile = bFile
End Sub
ReDim Preserve me.Rec(i)
тут ошибка, причем на срабатывании в 6й раз....я в глубокой непонятке
это не фиксированный массив