I have created a modeless UserForm in Powerpoint 2013 vba in Windows 8 which displays while the user to perform a certain task in Excel and then press OK.
When the user switches the program to Excel, the form is hidden behind. I want it to be displayed in front of all opened windows regardless of program type.
I tried SetWindowsPos but this does not seem to work on Windows 8.
Is there a way to display the form on top without going through the task of signing up trusted certificate?