I have a program that reads an Excel spreadsheet looks for a field with a "Y" flag and then exports it to a text file. Problem is: the excel file has all the fields set to General, but if a dealer changes their partnumber to a full numeric 12345, I have it reading it as a string thru VB but it doesn't, it reads it as a null field and errors out. I've tried trim, mid, cstr and can't seem to get it to work.
HELP!
HELP!