I am trying to learn VBA, so I thought I would set myself a simple task ( so he thought

The idea was if I could get the idea to work, I could "reverse engineer" the code and see what does what.
I really did not know where to start so I wrote the task down and copied to AI, what a great Idea that was, so for a month we have been going round and round every day for hours with more and more debugging than I could handle so Here I am
If anyone can help , I will let santa know, this is what I put into AI..
Notes.
The Excel version I am using is 2007.
My knowledge of VBA is very limited, this is a project to learn more
The source workbook is “Bet Angel” This is a pre populated template, many cells are read only, others can be used.
The target, is sheet 2 of this workbook.
Source Cell (SC) G1 is used to start the monitoring. It is blank to start with, but the monitoring below will start by typing “In-play” ( this is when, in auto, the race starts)
SC cells G9, G11, G13, G15 and K9, L11, K13, K15 are the cells to be monitored for a value of 1.01
Only one can be used (even if both are set, it is the first one to trigger) this will determine which of the 4 horses won the race, this would typically be the end of the race.
When this occurs, I would like the monitoring to stop, send the Excel row number that had the value 1.01 into the Target Sheet (TA) cell E6, Along with the race name (held in SC B1) to TA cell K6,
If no 1.01 is found then put an X in SC E6 and the race name in K6,
Once this has been done I will clear SC cells manually, on the next race the same procedure is to be carried out except the SC row number to move down 1 ie E7 and K7 and so on for each new race.
Initially this will be tested in manual mode.
I will also need the following, Start and Stop subs in the macro box, so i can create buttons at a later date.
So I can see what is happening, place the macro status, i.e. running or stopped in SC J1.