Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DerkH
  • Order by date
  1. DerkH

    I need to create a comma delimited

    Hello Michelle, Yes, I hope you are a bit familiar with lotusscript? If so you can use the lotusscript classes notesview and notesdocument to retrive the data from the view you want to export to the text file. If you have more questions. Please ask, maybe I can help. Below there is a little...
  2. DerkH

    I need to create a comma delimited

    Hello Michelle, The following basic code will create a text file which you can fill in yourself, I hope this will help you. CODE: Dim fileNum As Integer Dim fileName As String ' Ask for the text file name ... filename$ = Inputbox$("Enter name file. Ex: c:\test.txt", "Data...

Part and Inventory Search

Back
Top