View Single Post
  #1  
Old September 19th 08, 04:37 PM posted to microsoft.public.outlook.program_vba
R Tanner
external usenet poster
 
Posts: 5
Default how to modify a text file with an array

Hi,

I have the following code. How would I modify a text file with this
array?

Open LogFileName For Append As #FileNum
Print #FileNum, arrdata(1 to myitems.Count, 1 to 3)

Close #FileNum
Ads