Thread
:
label caption equal excel value
View Single Post
#
2
Ian
Posts: n/a
Label1.Caption = Range("A1").Value
Ian
---
"Monique" wrote in message
...
I am trying to make a label caption equal to a value in an excel cell. Is
this possible and if so, how?
Reply With Quote