open you excel with the data (the data, using the current VBA) started from C3, select that sheet with the data.
then hit "alt-f11", it will open an vba window, right click VBAProject (for the excel file you have data) under the Project-VBAProject tab (upper left), then "insert->module", then click "module1", paste the macro there. You can run the macro using the VBA windows by click run->run sub/userforms" or go back to excel and hit "alt-f8" and select the macro name to run.