johnwm,
I had made a progress, learned about Put statement, and I have done this to my array:
Open ExpPath For Random As #1
For i = 1 To 7
For j = 1 To 30
Put #1, , Schedule(i, j)
Next j
Next i
Close #1
I am not sure if I used comma or pipe seperation, nor if this what I have is...