Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 49948

basic conversion of cell address to a range

$
0
0
Hi guys,

Do you know how i can convert this cell address to a range so that i can access the cells' properties and methods :

Set foundRng = Sheet11.Range("b1:b27").Find(Sheet10.ComboBox1.Text)
Set addCell = Worksheets("Speaking Total").Range(foundRng.Address(RowAbsolute:=False))

foundRng.Address // i attained this address from the "Speaking Total" worksheet after it matched a value in a combobox.

I just want to be able to access the "foundRng.Address" like a normal cell range.

Thanks

Viewing all articles
Browse latest Browse all 49948

Trending Articles