Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have a model that reloads data every 1 minute using the ActiveDocument.Reload call. Is there an additional command that will suppress/hide the reload window? i.e. to stop that window from popping up all the time?
Regards
Deon
Hi Deon
Just saw this post and was wondering whether you found out how to hide the reload window. I can't find anything on it for something I think should be really easy.
Is it possible to show me the code you used for reload document in VB. Trying to do the same thing but without success.
Hi,
use the method ReloadEx instead of Reload.
Try ActiveDocument.ReloadEx 2,1