Oh, I know it now...forget about this thread...
Please Help Us To Save Ana You never fail before you stop trying! ______________________________ If I manage to say something good...please reputate ______________________________ ________ Links: Intellithing Digitala.nu Norrköpings Goklubb WoW Trade Center
VB Code: Dim N As Long Open "file.txt" For Output As #1 For N = 0 To List1.ListCount - 1 Print #1, List1.List(N) Next N Close #1
Dim N As Long Open "file.txt" For Output As #1 For N = 0 To List1.ListCount - 1 Print #1, List1.List(N) Next N Close #1
Take a moment to rate useful posts VB6 CodeBank: Glass Form & Tracing App , MouseWheel with Any Control , Form Previewer Utility VB6 Snippets: RTB: Disable Smooth Scrolling , Form: Left & Right Justified Text in TitleBar , ListBox: As-You-Type Filtering (fast) , MSFlexGrid: Non-Adjacent Col/Row Selection , IsProcessRunning: PSAPI / WMI , PictureBox: Frame Look-A-Like , Open Folder in a Particular View , Form: Always on Bottom VBA Snippet: Generic Mouseover Workaround
Forum Rules