Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Part of this macro:
msgbox("Done")
ActiveDocument.Reload - ----- I want to do only partial reload???????
ActiveDocument.ClearAll
end if
End Sub
I believe, you can do with below statement:
ActiveDocument.PartialReload
Hi,
Analyze the partial load function in the manual ... have any restrictions (ex: Qualify and unqualify)