Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to execute a load command from a macro using VB script?
It might be too late, but if you are still dont have answer, you can load the document thru a macro. Using the following macro.
Sub ReloadData
ActiveDocument.Reload()
End sub