D
Dan D.
I have a web page that exports some data into a text file. Then I want to
import the text file into Excel. One of my columns of data (dealerid) is all
numbers but I want to import the data as text because there are some leading
zeroes on some of the data.
When I import the data I wind up with something like this "2.58882E+11".
I've tried formatting this column in the Excel sheet as text or general but
it still imports like above.
Preformatting the column works if I pull the data out of the database. I
didn't want to pull it straight from the database, though, because I have to
change some of the data depending on certain dealerids and I know how to
write the code faster in .asp better than I do in VBA in Excel.
Any idea how I can do this?
Thanks,
import the text file into Excel. One of my columns of data (dealerid) is all
numbers but I want to import the data as text because there are some leading
zeroes on some of the data.
When I import the data I wind up with something like this "2.58882E+11".
I've tried formatting this column in the Excel sheet as text or general but
it still imports like above.
Preformatting the column works if I pull the data out of the database. I
didn't want to pull it straight from the database, though, because I have to
change some of the data depending on certain dealerids and I know how to
write the code faster in .asp better than I do in VBA in Excel.
Any idea how I can do this?
Thanks,