Is there anyway I could get say cell C1 to show up on a label in my windows form? It wouldnt have to show up but is there anyway that I could get the Information for an If,then statement?

For example:

VB Code:
  1. If C1>15 Then
  2. msgbox(C1)
  3. End If

Something like that. Any help would be appreciated.

Thanks!
James