Hi all,
Currently, I'm having some difficulties in setting a range using two string values. Is there any idea how can I combine both the string values into a range.
For example, string variable Col consists of "B" while string variable k has a value of "3".
I would like excel to call for the range "B3".
Instead of .range("B3")
is it possible to to call for .range(Col & k1)
Appreciate any assistance.
Bookmarks