Maybe the culprit is here:
[vba]Private Sub UserForm_Initialize()
flag_main = False
Call ArrayFill '! ! ! ! ! ! ! !
End Sub[/vba]
Something's still wrong with "ArrayFill" procedure ?
( i've only changed position of the data, nothing else)
Thanks
Maybe the culprit is here:
[vba]Private Sub UserForm_Initialize()
flag_main = False
Call ArrayFill '! ! ! ! ! ! ! !
End Sub[/vba]
Something's still wrong with "ArrayFill" procedure ?
( i've only changed position of the data, nothing else)
Thanks
Last edited by SMC; 03-01-2007 at 08:44 AM.