Hello,
I have a little VBA app that pulls data from a database. All data is
brought in correctly, but one column will not format as number, and
when I save the resulting workbook, I get all those "Number stored as
text" smart tags. I can't figure out what to put here ("General"
doesn't seem to work here):
Columns("D:D").NumberFormat = ?
to store those numbers as numbers and not text. MSDN has been most
unhelpful. Any suggestions?
Thanks,
Andrew
Bookmarks