aziz rasul
Active member
- Local time
- Today, 22:53
- Joined
- Jun 26, 2000
- Messages
- 1,935
This is the problem.
I have a table that contains x records which I can export to a text file using the TransferText method in VBA. However before doing this I wish to place a single line of text at the beginning of the text file with certain information and THEN export the records from the table to the text file beginning at the second line.
Any ideas how to solve this problem in a simple manner using VBA.
I have a table that contains x records which I can export to a text file using the TransferText method in VBA. However before doing this I wish to place a single line of text at the beginning of the text file with certain information and THEN export the records from the table to the text file beginning at the second line.
Any ideas how to solve this problem in a simple manner using VBA.