I am dynamically changing the image property of a picture box in word
with something along the lines of...
LoadPictureToDocument ActiveDocument, "imgMenu", strImage
This is working, however it won't 'refresh' the page so to speak. When
you minimize word then restore it the image has changed, or if you
scroll to the bottom of the page then back up it refreshes.
Is there some sort of form.refresh type function using vba in word?
Thanks
Dan.
Greg Maxey - 20 Sep 2005 03:32 GMT
Do you mean something like:
Application.ScreenRefresh

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> I am dynamically changing the image property of a picture box in word
> with something along the lines of...
[quoted text clipped - 9 lines]
> Thanks
> Dan.