Every time this macro is being used, the data comes from a different column but always on the same rows. I set FY13column to the user selected column but I can't figure out how to copy specific cells from within that column.
Here is what I have that is not working:
Set FY13column = Application.InputBox(prompt:="Select the column that contains the FY13 current month data", Type:=8)
Sheets("Current Month Data").Range("E5").Copy Sheets("Month to Month").Cells(FY13column, 36)
Here is what I have that is not working:
Set FY13column = Application.InputBox(prompt:="Select the column that contains the FY13 current month data", Type:=8)
Sheets("Current Month Data").Range("E5").Copy Sheets("Month to Month").Cells(FY13column, 36)