Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Les,
I have a modeless UserForm which opens on a DoubleClick event - working fine. How can I do this but have the focus remain with the ActiveCell? Or, alternatively, have the focus leave the newly opened UserForm? Presumably you're cancelling the BeforeDoubleClick? If so, one solution is to specifically reactivate the Excel window: Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) UserForm1.Show vbModeless AppActivate Application.Caption Cancel = True End Sub Regards Stephen Bullen Microsoft MVP - Excel www.BMSLtd.co.uk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Write data back from a form to sheet | Excel Discussion (Misc queries) | |||
Form keep the focus unable to get to the code - HELP! | New Users to Excel | |||
Opens to form then keep focus and unable to get to code - HELP!! | Excel Discussion (Misc queries) | |||
How do I get focus back on an Excel file? | Charts and Charting in Excel | |||
How to set focus back to sheet after showing a user form | Excel Programming |