Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to enable Refresh Button for users
This depends on how your system is set up - user access and QVD files, etc.
You can try to create a macro and add it to a button:
sub shtReload' Reload/refresh QVD from button on sheet set varCurrentQvw = ActiveDocument varCurrentQvw.Reloadend sub