is this possible to get the row/column number of a cell where a mouse is clicked? Accutally, i want to implement a dynamic list which the user can "Add" or "Delete" some entries. The "Add" function is all right. The
"Delete" function makesme upset because I cannot catch the cell's location where the mouse is choosing. I tries to use "Active Cell", it seems does not work. Do you have any clue? is this possible to implement the
dynamic list using the "listbox"? thanks