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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

excel to text file problem

Status
Not open for further replies.

badrion

Programmer
Jul 16, 2001
34
US
I have a program that opens up an excel file and grabs any line that has a "Y" and writes it to a text file. BUT when the user changes the "CUSTNO" to a numeric "12355" it kicks out that line. I have the EXCEL file set to general and I have the VB program set at a Cstr(rs.fields("CUSTNO")) but it is still not reading it as a string. Any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top