I have a spreadsheet with 8 columns.
There are 8 rows starting at row 2.
What I want to do is to show in row 1 a calculation - which is dependent on the column in which the cursor is in and in previous calculations - in the column in which the cursor is located. The problem is that I do not want the user to have to click in the column until he/she has seen the calculation.
Is there any way in VBA to get the location of the cursor as it moves around the screen?
Any help would be greatly appreciated.
Paul
There are 8 rows starting at row 2.
What I want to do is to show in row 1 a calculation - which is dependent on the column in which the cursor is in and in previous calculations - in the column in which the cursor is located. The problem is that I do not want the user to have to click in the column until he/she has seen the calculation.
Is there any way in VBA to get the location of the cursor as it moves around the screen?
Any help would be greatly appreciated.
Paul