A rather silly question but sometimes my little mind gets wrapped around something and will not let go.
I am trying to capture a mouse click in an excel spreadsheet. Worksheet_SelectionChange() works fine except if the user clicks on the same cell when the cell does not change.
I have a userform that pops up to facilitate data entry whenever a cell from column c is entered: works great except when the user has closed the userform and clicks in the same cell that the curser was already in (no selection change-just click)- forcing the user to click out of column c and back in.
Any help would be appreciated
I am trying to capture a mouse click in an excel spreadsheet. Worksheet_SelectionChange() works fine except if the user clicks on the same cell when the cell does not change.
I have a userform that pops up to facilitate data entry whenever a cell from column c is entered: works great except when the user has closed the userform and clicks in the same cell that the curser was already in (no selection change-just click)- forcing the user to click out of column c and back in.
Any help would be appreciated