Hi,
I found on the web that you can apply registry changes take effect immediately without restarting an application (Excel) by ending the explorere.exe process in the taskmanager and restart it.
The following
Shell ("cmd.exe /c taskkill /f /im explorer.exe")
ends the process but how can I restart it. just running explorer.exe is not enough.