Hi all,
i have been assigned a project where i need a little help from VB. My question is related to declaring range variables:
Q:
"Is i it possible in VB to declare a range variable that can store different range sets ( which again are functions of row & col) for different values of i & j. I want something like:
For i 1 to 5
For j = 1 to 5
Set Range (i, j) = range ((cells (1,1) to Cells (i,j))
next i
next j
If above is not possible could anyone please suggest me any alternative
thanks.
-Nitesh
i have been assigned a project where i need a little help from VB. My question is related to declaring range variables:
Q:
"Is i it possible in VB to declare a range variable that can store different range sets ( which again are functions of row & col) for different values of i & j. I want something like:
For i 1 to 5
For j = 1 to 5
Set Range (i, j) = range ((cells (1,1) to Cells (i,j))
next i
next j
If above is not possible could anyone please suggest me any alternative
thanks.
-Nitesh
Comment