D
DaveS
Hi!
Just a quick question...
I need to import user data from an Excel spreadsheet. In VB6, I used
strData = xlWksht.Range("$A$1) & ""
to import a cell with string data in it. That worked just fine.
When I do the same thing in .NET, I get an error since the right hand
side of the expression is not a string. Any ideas of the .NET version
of that line of code?
TIA,
DaveS
Just a quick question...
I need to import user data from an Excel spreadsheet. In VB6, I used
strData = xlWksht.Range("$A$1) & ""
to import a cell with string data in it. That worked just fine.
When I do the same thing in .NET, I get an error since the right hand
side of the expression is not a string. Any ideas of the .NET version
of that line of code?
TIA,
DaveS