In Excel worskheet how to find out that a particulat cell is selected or not ?
-
In Excel worskheet how to find out that a particulat cell is selected or not ?
-
In Excel worskheet how to find out that a particulat cell is selected or not ?
You posted the same question 2 hours ago. Once is enough. I think you should supply some more information in your other thread. How are you trying to access the Excel file etc?
-
You posted the same question 2 hours ago. Once is enough. I think you should supply some more information in your other thread. How are you trying to access the Excel file etc?
In the Excel worksheet, WHen user selects cells randomly with CTRL key pressed , I need to get those cell inormation like row/column position and data in those cells. I am able to do this when the user selects the cells sequentially like index 0,1,2 ..etc with the help of Worksheet range object. But If I do the same selection of cells randomly using CTRL key, there is no range is available and I need to get the info of these cells. Hope I am clear now.. Thanks, Rajan