excel-csvexporter
excel-csvexporter copied to clipboard
Implement machinery to keep form visible after changing Excel windows
Depends on whether the SheetActivate event is triggered on a workbook focus change. Might not be.
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.