How would I code for the following UDT and write it's contents out to an external text file
Code:
Private Type Poles
BallX As Long
DropCount As Integer
CellNumber(1 To 4) As Integer
TopBall As Integer
SecondFromTop As Integer
ThirdFromTop As Integer
FourthFromTop As Integer
End Type
Private Pole(1 To 16) As Poles