Hi all,
I have macro like below
is it possible to use "for next" loop to calculate from FFT1 to FFT4?![]()
Sub Match_fft() Dim a As Range Set a = ActiveSheet.Range("FFT1") ' i have to do some computation Set a = ActiveSheet.Range("FFT2") ' i have to do some computation SAME AS ABOVE Set a = ActiveSheet.Range("FFT3") ' i have to do some computation SAME AS ABOVE Set a = ActiveSheet.Range("FFT4") ' i have to do some computation SAME AS ABOVE End sub
Thanks in advance
Bookmarks