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 derfloh 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: *

  1. vbnetnewby1967

    Split Full Name into Three Separate Items

    Hello... I have a problem that I am hoping someone can help me with. I have a field which contains the full name of an individual (i.e. "Public, John Q"). Is there a way to split this single field into three separate items that I can use to populate other variables. I've used Split to get the...
  2. vbnetnewby1967

    Reading and Writing Fixed-Length Files

    Hello... I was wondering if anyone could show me how to read a fixed-width file and how to go about writing a fixed-width file. I know in VB6 you could use something like: Dim aa as String * 10 to created a fixed-width string but this is no longer supported. I have done some research on the...
  3. vbnetnewby1967

    Fixed-Width File

    Can someone please show me how to create a text file where each element that is written to the file is a differnt width. Example: ABxxxxLAST_NAMExxxxxxxxxxxFIRST_NAMExxxxx Were x = spaces. Any assistance would be appreciated.
  4. vbnetnewby1967

    Creating a fixed width text file with VBA

    Hello... I hope someone can help me. I have a Excel spreadsheet which contains approximately 1700 records. I need to process this file in a certain way and then write data to a file using a fixed width. Not all rows will have the same fixed width format. Example: ADIND09012005SPARKS1...

Part and Inventory Search

Back
Top