Hi guys,
I am new to the whole VBA side of Excel and have hit a wall which requires superior knowledge.
What I am trying to do it create a 'log' sheet so that i can record which cells are clicked and at what time they are clicked. Consider this like a scoreboard for basketball. Everytime the home team score a point, I click on either the 1,2 or 3 cells B1, B2 and B3 respectively depending on how many points they scored. This would then add onto their total.
However after the game, I want to go back and see at what time the points were scored, and how many points were scored with that shot.
I have 2 different sheets, 1 for the clicking the cells to add the scores (which I have already put into the VBA code for the sheet) and another sheet to store the feed data with headings "Time" and "Cell". I can then fill in the rest of the feed grid by using vlookups.
Any ideas on how I can do this?
Note: Because of the nature of what I'm trying to do, the scores are added by clicking on the cells, they are not buttons with macros attached to them.
I am new to the whole VBA side of Excel and have hit a wall which requires superior knowledge.
What I am trying to do it create a 'log' sheet so that i can record which cells are clicked and at what time they are clicked. Consider this like a scoreboard for basketball. Everytime the home team score a point, I click on either the 1,2 or 3 cells B1, B2 and B3 respectively depending on how many points they scored. This would then add onto their total.
However after the game, I want to go back and see at what time the points were scored, and how many points were scored with that shot.
I have 2 different sheets, 1 for the clicking the cells to add the scores (which I have already put into the VBA code for the sheet) and another sheet to store the feed data with headings "Time" and "Cell". I can then fill in the rest of the feed grid by using vlookups.
Any ideas on how I can do this?
Note: Because of the nature of what I'm trying to do, the scores are added by clicking on the cells, they are not buttons with macros attached to them.