Question:
In my Excel Worksheet I have a cell with an Image of a folder. When clicked I start a macro that ask for the folder selection. That part works fine but I would like to write the folder path in the cell next to the image. My problem is that when the user clicks on the image the cell selection isn’t changed. So there is no way to know the location ActiveCell.Address and choose the .Next to go next to it. Is there a way to actually get where the user clicked even if the selection doens’t change ?Thank you.
Answer:
Try this:If you have better answer, please add a comment about this, thank you!