I have a range of cells that require the user to input data.
On selecting cell to input data, a userform shows (similar to a comments box) with all the information the user would need to populate the correct data in the cell.
However, once the userform shows, the focus is set to the userform and leaves the worksheet. The userform is set up as modeless so it stays open while selecting cells on the worksheet but I cannot work out how to re-activate the ActiveCell so that the user doesn't have to use the mouse to click on the activecell again to enter data (or scroll on the worksheet).
I've tried and failed with;
Activesheet.activate
Activesheet.select
Activecell.activate
Activecell.select
Any ideas?
On selecting cell to input data, a userform shows (similar to a comments box) with all the information the user would need to populate the correct data in the cell.
However, once the userform shows, the focus is set to the userform and leaves the worksheet. The userform is set up as modeless so it stays open while selecting cells on the worksheet but I cannot work out how to re-activate the ActiveCell so that the user doesn't have to use the mouse to click on the activecell again to enter data (or scroll on the worksheet).
I've tried and failed with;
Activesheet.activate
Activesheet.select
Activecell.activate
Activecell.select
Any ideas?