Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I write to a tab on a spreadsheet as part of an automated process.
The data from the source table is INTEGER. It winds up in the spreadsheet as TEXT. I even try to force the data as integer. I'm providing a brief code snippet, simply to show the simplicity of the SQL. I am pulling my hair out because no matter what I do, when I open the .xls, the data is there correcly, but formatted as text. example 27 is in as '27. ...any help would be much appreciated. thanks in advance, ...bob snippet: update ExecUtilV2...ExecUtilHistoryDetailed set D1 = convert(int,oh.d1) , D2 = oh.d2 , D3 = oh.d3 , D4 = oh.d4 , D5 = oh.d5 FROM ExecUtilV2...ExecUtilHistoryDetailed uh inner join EU_OnHand oh on uh.cccId = oh.cccId where uh.id 71 and uh.id <133 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel/access problem with linked table | Links and Linking in Excel | |||
DATE FORMAT CHANGE FROM EXCEL WORKSHEET TO PIVOT TABLE | Excel Discussion (Misc queries) | |||
Sorting non-linked cells in a linked worksheet | Excel Discussion (Misc queries) | |||
Problem with changing formula linked to another worksheet | Excel Worksheet Functions | |||
Problem with linked Excel table in a word Document | Excel Discussion (Misc queries) |