M
Microsoft Newsgroups
I am having difficulty tranfering from C to VB.
How can I assign, pss, or MsgBox the string address of a particular cell.
If I use
Dim cellref as Object
cellref = activecell
Then cellref is neither the address nor the value of that cell, since
cellref is of type Object. Is this true?
I am learning. Bear with me. Please
John
How can I assign, pss, or MsgBox the string address of a particular cell.
If I use
Dim cellref as Object
cellref = activecell
Then cellref is neither the address nor the value of that cell, since
cellref is of type Object. Is this true?
I am learning. Bear with me. Please
John