Range is an object and so you need to use the Set Statement which assigns an
object reference to a variable or property. Refer help on Set statement....
Dim rngTemp As Range
Set rngTemp = Range("K24")
'will refer to the activesheet cell K24
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.