Example of a VBA custom function : data transfer to a text file
A small and simple procedure, using some not so commonly used VBA functions. The aim : store a character string in a text file.
This code allows the user to avoid using the usual Save As to text format file. This few lines of code perform the transfer of the string to a file.
Warning : the code shown below works in a replace mode.
This code allows the user to avoid using the usual Save As to text format file. This few lines of code perform the transfer of the string to a file.
Warning : the code shown below works in a replace mode.


