I'm new to programing in excel and VB and was hoping someone could help we with this problem i'm facing. I'm trying to perform a fourier transform across over 6000 columns! I can do this for one column at a time using:
Sub fft()
'
' fft Macro
' fft
'
' Keyboard Shortcut: Ctrl+f
'
Application.Run "ATPVBAEN.XLAM!Fourier", Sheet2.Range("A$1:A$512"), Sheet3.Range("A$1:A$512"), False, False
End Sub
This works well for one column however i can't find a way of looping the column letter so that the operation repeats up to column IAV (ie. A B C ... IAV). Any help would be appreciated!
Bookmarks