ChuckDrago
Active Member
- Joined
- Sep 7, 2007
- Messages
- 470
- Office Version
-
- 2010
- Platform
-
- Windows
Hi everyone,
I am trying to build an app where the users can select a group of cells (row wise). If they click on a specific cell, I can get the row address by using ActiveCell.Row. However, they should be able to click on a cell and drag the mouse down to "activate" any number of cells. In that case, I need to obtain the addresses of the first and last row they chose. Not the foggiest about how to do it. Any help, please?
Much obliged, as usual.
Chuck
PS. The application starts by the user selecting the range of cells and then clicking on a button to fire a macro. Therefore, the range parameters are only held by the clicked area, prior to any VBA action. There I get lost...
I am trying to build an app where the users can select a group of cells (row wise). If they click on a specific cell, I can get the row address by using ActiveCell.Row. However, they should be able to click on a cell and drag the mouse down to "activate" any number of cells. In that case, I need to obtain the addresses of the first and last row they chose. Not the foggiest about how to do it. Any help, please?
Much obliged, as usual.
Chuck
PS. The application starts by the user selecting the range of cells and then clicking on a button to fire a macro. Therefore, the range parameters are only held by the clicked area, prior to any VBA action. There I get lost...