Hi Guys,
I wonder if someone could help me with what should be a VERY simple solution but is beyond me! My problem is similar to some other questions posted here but none quite match.
Using Excel I want to be able to select a random cell using the mouse. I then want to run a macro which performs an operation on that cell. If the cell value were P45 the code would be for example:
Range (“P45”) = Range (“P45”) + 0.25
BUT how do I find the cell “address” to do the operation if the original cell is one that has been selected using a mouse and would be different every time?
Thanks so much in advance if you can help out.
AJ
I wonder if someone could help me with what should be a VERY simple solution but is beyond me! My problem is similar to some other questions posted here but none quite match.
Using Excel I want to be able to select a random cell using the mouse. I then want to run a macro which performs an operation on that cell. If the cell value were P45 the code would be for example:
Range (“P45”) = Range (“P45”) + 0.25
BUT how do I find the cell “address” to do the operation if the original cell is one that has been selected using a mouse and would be different every time?
Thanks so much in advance if you can help out.
AJ