Excel 2000
-
-
When I try to access Excel 2000 cell values from my applicaton I allways get the same result - "System._ComObject". What is it??? How can I get the cell value itself? What I do is ExcellWorkbook.Names.item(22,0,null).RefersToRange.Cells[1,1].ToString()!!!!
.Value ?
"When the only tool you have is a hammer, a sore thumb you will have."
-
.Value ?
"When the only tool you have is a hammer, a sore thumb you will have."
I think it's actually .Value2...
-
I think it's actually .Value2...
ah, silly me ;P
"When the only tool you have is a hammer, a sore thumb you will have."
-
ah, silly me ;P
"When the only tool you have is a hammer, a sore thumb you will have."
What were you thinking? Who could possibly expect that the value would be stored in "Value"?
-
What were you thinking? Who could possibly expect that the value would be stored in "Value"?
I guess thats why I'm not allowed to design frameworks... p.s. how is this going to be handled in .net? is their an artical dealing with how the framework will handle this?
"When the only tool you have is a hammer, a sore thumb you will have."