After clicking a cmd button, I cannot transfer focus back to the active cell in Excel. (I was hoping to eliminate one extra mouse click to get back to the cell I was already in.)
The button is on a modeless form. All controls on this form are not tab stops. The TakeFocusOnClick properties are also set to false.
Among many other suggestions, I tried
ActiveSheet.Range(ActiveCell.Address).Activate
in the cmd buttons click event. Even that didn't work.
..tsk
The button is on a modeless form. All controls on this form are not tab stops. The TakeFocusOnClick properties are also set to false.
Among many other suggestions, I tried
ActiveSheet.Range(ActiveCell.Address).Activate
in the cmd buttons click event. Even that didn't work.
..tsk