Is it possible to show the cell info when any cell on a worksheet is clicked?
For example, if cell A1 is clicked it will show A1, and so on…
If yes, can you show example?
I need this because I have a c# program which should know which cell was clicked.
You need to use the
WorksheetSelectionChangeevent, there is sample code on MSDN – http://msdn.microsoft.com/en-us/library/microsoft.office.tools.excel.worksheet.selectionchange.aspx