Hi skillfilluk;
First off, I'm not going to do the whole thing for you. At least not unless you want to pay me for my time. You will be doing a lot of the work. I'm going to be primarily teaching you how to do it yourself. I'm doing this for free because I've never done it before, and I'm interested in the challenge.
If that's OK with you, then let's get started.
Step 1) Open the VBE (Visual Basic Editor)
in your workbook, click Alt+F11. That opens the editor where you will write macros. Make sure that the window that opens has the name of your workbook at the top. It should say something like this "MyWorkbook.xls - Sheet1 (Code)"
Click Ctrl+R to open the Project Explorer
the highlighted line shows you where the 1st window is in relation to your whole workbook. Above the highlighted line you will see your workbook name like this "VBAProject(myWorkbook.xls)"
In the menus click Insert->Module.
This will create another module in your project named "Module 1". This is where you will write your macro.
Now cut & paste every thing that is in this code window into Module 1. Then put your cursor inside the macro (somewhere between the line "Sub myMacro()" and "End Sub") and click F8 (that will start the macro). Then just read what is there, it should be easier to read and I will be able to demonstrate things that I can't do here. This is just an extremely simple first step, just to see if either one of us is wasting his/her time.
Bookmarks