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
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