Hi,
Could someone help me please? I'm trying to select a cell, run some code then run the same code from a different cell. I'm guessing an array is the best approach but i'm not brilliant at them. This is what i've got so far:
vRange = Array(A3, D3, H3)
For i = LBound(vRange) To UBound(vRange)
vRange.select
''' call my code
Next i
Could some one help?
Thanks in advance
Could someone help me please? I'm trying to select a cell, run some code then run the same code from a different cell. I'm guessing an array is the best approach but i'm not brilliant at them. This is what i've got so far:
vRange = Array(A3, D3, H3)
For i = LBound(vRange) To UBound(vRange)
vRange.select
''' call my code
Next i
Could some one help?
Thanks in advance