Open bskinn opened 5 years ago
In Excel 2019, the userform does not 'transfer' to a new workbook when focus changes; it must be re-displayed atop the new window. Need to trigger this redisplay, if possible.
A quick attempt based on the WindowActivate
event worked... sort of.
Depends on whether the
SheetActivate
event is triggered on a workbook focus change. Might not be.