Hi, I'm creating a VB script and I've named a particular cell using
the code

Cobrand = Range("F10").Text

However, I'm trying to select Cobrand in a subsequent line of code,
and I want to be able to use Cobrand in the code below instead of F10

Range("F10").select

But when I try to use the following statement it doesn't work, any
suggestions???

Range(Cobrand).Select