S
Susan G
I have done a URLDownloadToFile which allows me to import
a web site excel spreadsheet to be saved into an excel
spreadsheet. I then attempted to do a TransferSpreadsheet
from this spreadsheet into a table. The first time I did
it I allowed the table to be created and I got a Type
Conversion Failure on a field which was made a number in
the table, but has the value of an "N" followed by a
number (ex N010) in the excel spreadsheet. I looked at
how that row is formatted and it is as a number. So I
changed the problem field in the table to be text, but I
am still getting the same error and the value is being
set as null. When I looked at the column in the excel
spreadsheet, it was formatted as a number. How can I
still be getting this error if it is set to text? How can
I get around this since they do need the value in that
field? Please help!!
Susan G
a web site excel spreadsheet to be saved into an excel
spreadsheet. I then attempted to do a TransferSpreadsheet
from this spreadsheet into a table. The first time I did
it I allowed the table to be created and I got a Type
Conversion Failure on a field which was made a number in
the table, but has the value of an "N" followed by a
number (ex N010) in the excel spreadsheet. I looked at
how that row is formatted and it is as a number. So I
changed the problem field in the table to be text, but I
am still getting the same error and the value is being
set as null. When I looked at the column in the excel
spreadsheet, it was formatted as a number. How can I
still be getting this error if it is set to text? How can
I get around this since they do need the value in that
field? Please help!!
Susan G