![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]() The code assumes that you have an array with 1 to x rows, and 3 columns. The content of that array will be printed into a file with the fullname of what's in the LogFileName variable. -- Best regards Michael Bauer - MVP Outlook : VBOffice Reporter for Data Analysis & Reporting : Outlook Categories? Category Manager Is Your Tool : http://www.vboffice.net/product.html?pub=6&lang=en Am Fri, 19 Sep 2008 08:37:28 -0700 (PDT) schrieb R Tanner: 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I convert an Outlook Data file to a text file? | Peggy | Outlook - Using Contacts | 4 | September 3rd 08 06:44 PM |
iterating an array | Jade | Outlook and VBA | 1 | July 9th 08 08:11 PM |
modify homeserver with PRF without losing current OST file | Mïll#99 | Outlook - Installation | 0 | September 4th 07 09:43 AM |
Array Problems | Dan Allason | Outlook - Using Forms | 2 | February 21st 07 03:43 PM |
Import Excel file to array to fill ComboBox | Pentoast | Outlook - Using Forms | 9 | December 19th 06 06:08 PM |