I'm trying to get the value of a cell using this: Globals.Sheet3.Cells.Range["A2"].Value2 as string; Cell A2 refers to a cell on a different sheet that in turn refers to a formula on another sheet. The code above always returns null. How can I get the text of cell a2?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you use... VB.Net
C#
Does that work? It's not clear from the question if the problem is with a section of VB.Net or C# code, however I'd say the problem is either with the way your a using the Range method, or possibly with your use of the Globals object. UPATE to QUESTION: Based on feedback from the questioner, the ANSWER to this question is to use code such as... C#
|
|||||
|