I have these line of code in a program but it does not format the data so that the information is in colums

Open FILE For Append As #1
Print #1, fullname, objectname, fieldvalue,_
timenow, datenow, COMPUTERNAME, macaddress
Close #1
End Function