Hello again all
I know there is a certain syntax to use when you want to copy a string variable to a file - something along the lines of
dim int as integer
int = freefile
'all the rest of the code
Could someone please give me the full syntax to copy the contents of a string variable to a text file??
In case anyone is wondering, it HAS to be a text file as this file is opened in Word and printed out.
Thanks, all
I know there is a certain syntax to use when you want to copy a string variable to a file - something along the lines of
dim int as integer
int = freefile
'all the rest of the code
Could someone please give me the full syntax to copy the contents of a string variable to a text file??
In case anyone is wondering, it HAS to be a text file as this file is opened in Word and printed out.
Thanks, all